Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing VTK filters through conduit mesh blueprint? #1423

Open
mlohry opened this issue Nov 15, 2024 · 1 comment
Open

Accessing VTK filters through conduit mesh blueprint? #1423

mlohry opened this issue Nov 15, 2024 · 1 comment

Comments

@mlohry
Copy link
Contributor

mlohry commented Nov 15, 2024

Is there a path to using the many useful VTK filters on conduit data? vtkCellDataToPointData for example, I would like to pass conduit data with cell-centered data and get back vertex-centered interpolated data.

@cyrush
Copy link
Member

cyrush commented Nov 18, 2024

@mlohry, in Ascent we don't use VTK itself, only VTK-m, which is a separate library.

We do have a "recenter" filter.

Conduit does not have any direct linkage to VTK itself either.

Since VisIt uses VTK, it includes routines that to flip between VTK and Conduit representations.

I am not sure, but the VTK library could provide these. This is the case for MFEM (we helped write conduit to/fro mfem implementation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants