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

minimal quadratic quadratic prism shape #362

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mortezah
Copy link
Contributor

Minimal Quadratic Prism Shapes

This PR is in regards to issue #361. It implements a minimal quadratic shape to ensure writing to vtk works properly.

@mortezah
Copy link
Contributor Author

For future reference, the links below show how VTK quadratic entities are defined. The one we are interested in is a triangular prism with 18 nodes (6 vertex nodes, 9 mid-edge nodes, and 3 face nodes on quad faces). In VTK notation, it is called VTK_BIQUADRATIC_QUADRATIC_WEDGE with a type enum of 32.

https://raw.githubusercontent.com/Kitware/vtk-examples/gh-pages/src/Testing/Baseline/Cxx/GeometricObjects/TestIsoparametricCellsDemo.png

https://vtk.org/doc/nightly/html/vtkCellType_8h_source.html

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

Successfully merging this pull request may close these issues.

2 participants