We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uses VTK-m to compute a contour tree and saves the arrays representing the tree to an HDF5 file using conduit
Uses VTK-m to compute a contour tree and uses the contour tree to produce a mesh field that labels elements based on the contour tree results.
==
For using the VTK-m contour tree filter, which uses VTK-m Partitioned Datasets, here is an example in VTK-h that is using a Partitioned Dataset.
ascent/src/libs/vtkh/filters/ParticleAdvection.cpp
Line 37 in a5f51b4
The relay filters provide an example of implementing an extract:
ascent/src/libs/ascent/runtimes/flow_filters/ascent_runtime_relay_filters.cpp
Line 673 in a5f51b4
Your case should be much simpler than this, if you need help sketching out a straw man let me know.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uses VTK-m to compute a contour tree and saves the arrays representing the tree to an HDF5 file using conduit
Uses VTK-m to compute a contour tree and uses the contour tree to produce a mesh field that labels elements based on the contour tree results.
==
For using the VTK-m contour tree filter, which uses VTK-m Partitioned Datasets, here is an example in VTK-h that is using a Partitioned Dataset.
ascent/src/libs/vtkh/filters/ParticleAdvection.cpp
Line 37 in a5f51b4
The relay filters provide an example of implementing an extract:
ascent/src/libs/ascent/runtimes/flow_filters/ascent_runtime_relay_filters.cpp
Line 673 in a5f51b4
Your case should be much simpler than this, if you need help sketching out a straw man let me know.
The text was updated successfully, but these errors were encountered: