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

VTK-m MIR #1326

Merged
merged 23 commits into from
Jul 24, 2024
Merged

VTK-m MIR #1326

merged 23 commits into from
Jul 24, 2024

Conversation

nicolemarsaglia
Copy link
Contributor

currently does not support zero-copy

int *is_discrete = new int();
*is_discrete = 1;
graph().workspace().registry().add<int>("is_discrete",
is_discrete,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if there is another way to do this hand shake?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stripped this out and now it's a param for pseudocolor plots

CHANGELOG.md Outdated
@@ -38,13 +38,16 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
- Added a `vtk` extract that saves each mesh domain to a legacy vtk file grouped, with all domain data grouped by a `.visit` file.
- Added particle advection for streamline and related rendering support.
- Added WarpX Streamline filter that uses charged particles.
- Added Uniform Grid Sampling filter.
- Added Material Interface Reconstruction (`mir`) filter which produces `cellMat` output field.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of cell mat, could we use the matset name as the field name?

If there are multiple matsets, one name could lead to a collision.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got this changed

Copy link
Member

@cyrush cyrush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, awesome to get this wired up!

@nicolemarsaglia nicolemarsaglia merged commit ad7be47 into develop Jul 24, 2024
21 checks passed
@nicolemarsaglia nicolemarsaglia deleted the task/2024_05_vtkm_material_interface_recon branch July 24, 2024 17:32
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

Successfully merging this pull request may close these issues.

None yet

2 participants