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 |
|
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