Home
last modified time | relevance | path

Searched refs:MSH_TRI_10 (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DElementType.cpp30 case(MSH_TRI_10): in getParentType()
176 case MSH_TRI_10: return 3; in getOrder()
321 case(MSH_TRI_10): in getDimension()
474 case MSH_TRI_10: return 10; in getNumVertices()
638 case MSH_TRI_10: in getSerendipity()
782 case 3: return serendip ? MSH_TRI_9 : MSH_TRI_10; in getType()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DGmshDefines.h98 #define MSH_TRI_10 21 macro
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModelIO_MATLAB.cpp184 case MSH_TRI_10: return "TRIANGLES10"; in getMATLABName()
H A DCGNSConventions.cpp501 cgnsType[MSH_TRI_10] = CGNS_ENUMV(TRI_10); in msh2CgnsEltTypeInit()
570 mshType[CGNS_ENUMV(TRI_10)] = MSH_TRI_10; in cgns2MshEltTypeInit()
H A DMTriangle.h394 if(_order == 3 && _vs.size() == 7) return MSH_TRI_10; in getTypeForMSH()
H A DMElement.cpp2027 case MSH_TRI_10: in getInfoMSH()
2490 case MSH_TRI_10: return new MTriangleN(v, 3, num, part); in create()