-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for GEOS data to vtk reader (#20141)
* Update config-site for my system. * Add support for GEOS flavor .pvd root files and .vtm timestate files. Each .vtm file is considered as one mesh. Blocks with 'Region' in the name that are Parent to 'Dataset' Blocks are considered groups. Variables defined in the underlying .vtu files are tracked for which blocks they belong to, since they may not be defined in every group. GetMesh and GetVar calls check the validity of the mesh/variable for a given block and return nullptr when not considered valid. * Fix bad logic, add a `return false` case. * Set HasVarsDefinedOnSubMeshes for GEOS flavor. * When checking if block is valid for mesh/var, use all registered variables. * Change domains to blocks. fix ParticleRegion name. * Add support for opening GEOS flavored single .vtm, or grouped .vtm files. * Fix error creating subset plot of 'groups' * Add tests and baselines for geos data. * Update release notes. * Flesh out FreeUpResources in GEOS reader. * Fix per Review comment. Co-authored-by: Mark C. Miller <[email protected]> --------- Co-authored-by: Mark C. Miller <[email protected]>
- Loading branch information
1 parent
4da381a
commit 9b3fbd1
Showing
28 changed files
with
2,119 additions
and
523 deletions.
There are no files selected for viewing
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.