Does mfem support 2nd order triangular elements? #2440
-
Hello, I'm new user and have been creating meshes of simple 2D shapes with netgen and gmsh that implement 2nd order triangular elements. However when I run glvis on these meshes I encounter a segmentation fault. netgen> Mesh -> Meshing Options: ng2-to-mfem.sh <name.mesh> <newname.mesh> I've done the same thing without selecting "Second order elements" and glvis runs without any issues. The following is a sample input that gave me issues: ` 8 Thank You! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes we do support second order (actually arbitrary) order triangular elements. I don't believe we have tested NETGEN in a while though, and their format may have changed. Do you mind sharing the input file and which NETGEN version you used? Tzanio |
Beta Was this translation helpful? Give feedback.
Yes we do support second order (actually arbitrary) order triangular elements.
I don't believe we have tested NETGEN in a while though, and their format may have changed. Do you mind sharing the input file and which NETGEN version you used?
Tzanio