Home
last modified time | relevance | path

Searched refs:getTypeForUNV (Results 1 – 8 of 8) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DMLine.h77 virtual int getTypeForUNV() const { return 21; } // linear beam in getTypeForUNV() function
180 virtual int getTypeForUNV() const { return 24; } // parabolic beam in getTypeForUNV() function
H A DMTriangle.h108 virtual int getTypeForUNV() const { return 91; } // thin shell linear triangle in getTypeForUNV() function
260 virtual int getTypeForUNV() const in getTypeForUNV() function
H A DMTetrahedron.h109 virtual int getTypeForUNV() const { return 111; } // solid linear tetrahedron in getTypeForUNV() function
315 virtual int getTypeForUNV() const in getTypeForUNV() function
H A DMQuadrangle.h107 virtual int getTypeForUNV() const in getTypeForUNV() function
276 virtual int getTypeForUNV() const in getTypeForUNV() function
H A DMPrism.h113 virtual int getTypeForUNV() const { return 112; } // solid linear wedge in getTypeForUNV() function
359 virtual int getTypeForUNV() const { return 113; } // solid parabolic wedge in getTypeForUNV() function
H A DMHexahedron.h111 virtual int getTypeForUNV() const { return 115; } // solid linear brick in getTypeForUNV() function
361 virtual int getTypeForUNV() const { return 116; } // solid parabolic brick in getTypeForUNV() function
H A DMElement.h485 virtual int getTypeForUNV() const { return 0; } in getTypeForUNV() function
H A DMElement.cpp1743 int type = getTypeForUNV(); in writeUNV()