-
-
Notifications
You must be signed in to change notification settings - Fork 197
Extend VTKHDF file format to read/write higher order grids #3686
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some tests.
Would be good to make the title clearer - does it support write, read, or both?
Do you have any good examples at hand for mixed meshes? The code supports read and write. |
There is a mixed mesh fixture (see last test in |
Single cell type tests would be enough for now. |
- Coordinate element variants for higher order grids - Geometric dimension < 3
Tests for 1st, 2nd and 3rd order single cell meshes (tetrahedra) have been added, as well as a hand-coded 2-element mesh (2nd order triangle, 2nd quadrilateral).
|
Fix header
Tests for higher order mixed dimensional mesh, and higher order single cell mesh added.
gdim
argument in read constructor).XY
points andXYZ
points.Partially addresses #3582