Forked from
gmsh / gmsh
Source project has a limited visibility.
-
Amaury Johnen authored
add getValidity() function to MElement class. Return an int. Just check if this int is positive to know if the element is valid. When orientation is not a problem, checking if the int is true is sufficient. -1 means the element is possibly invalid or just has an incorrect numbering of the nodes.
Amaury Johnen authoredadd getValidity() function to MElement class. Return an int. Just check if this int is positive to know if the element is valid. When orientation is not a problem, checking if the int is true is sufficient. -1 means the element is possibly invalid or just has an incorrect numbering of the nodes.