Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DMLine.h83 virtual const char *getStringForTOCHNOG() const { return "-bar2"; } in getStringForTOCHNOG() function
185 virtual const char *getStringForTOCHNOG() const { return "-bar3"; } in getStringForTOCHNOG() function
H A DMTriangle.h118 virtual const char *getStringForTOCHNOG() const { return "-tria3"; } in getStringForTOCHNOG() function
273 virtual const char *getStringForTOCHNOG() const { return "-tria6"; } in getStringForTOCHNOG() function
H A DGModelIO_TOCHNOG.cpp25 const char *typ = elements[0]->getStringForTOCHNOG(); in writeElementsTOCHNOG()
H A DMTetrahedron.h116 virtual const char *getStringForTOCHNOG() const { return "-tet4"; } in getStringForTOCHNOG() function
325 virtual const char *getStringForTOCHNOG() const { return "-tet10"; } in getStringForTOCHNOG() function
H A DMQuadrangle.h117 virtual const char *getStringForTOCHNOG() const { return "-quad4"; } in getStringForTOCHNOG() function
401 virtual const char *getStringForTOCHNOG() const { return "-quad9"; } in getStringForTOCHNOG() function
H A DMHexahedron.h118 virtual const char *getStringForTOCHNOG() const { return "-hex8"; } in getStringForTOCHNOG() function
532 virtual const char *getStringForTOCHNOG() const { return "-hex27"; } in getStringForTOCHNOG() function
H A DMElement.h487 virtual const char *getStringForTOCHNOG() const { return nullptr; } in getStringForTOCHNOG() function
H A DMElement.cpp1678 const char *str = getStringForTOCHNOG(); in writeTOCHNOG()