-
Notifications
You must be signed in to change notification settings - Fork 248
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
Add vtk Biquadratic element #11704
Add vtk Biquadratic element #11704
Conversation
is the nodal ordering the same in kratos and vtk? |
In VTK The ordering of the eight points defining the cell are point ids (0-3,4-8) where ids 0-3 define the four corner vertices of the quad; ids 4-7 define the midedge nodes (0,1), (1,2), (2,3), (3,0) and 8 define the face center node.
@philbucher it seems to be the same |
In GiD, just imagine that we start from 0, like real computer science engineers https://gidsimulation.atlassian.net/wiki/spaces/GRM/pages/2385547733/Element+type |
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.
nice!
Cuando tus alumnos intenten mallar con malla de cuadrilateros de 9 nodos, les dará un fallo. |
📝 Description
Add 9 noded quadrilaterals to VTK output
Implements #11703