Home
last modified time | relevance | path

Searched refs:writeElementsMSH (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModelIO_MSH3.cpp661 static void writeElementsMSH(FILE *fp, GModel *model, GEntity *ge, in writeElementsMSH() function
800 writeElementsMSH(fp, this, *it, (*it)->tetrahedra, saveAll, in _writeMSH3()
803 writeElementsMSH(fp, this, *it, (*it)->hexahedra, saveAll, in _writeMSH3()
806 writeElementsMSH(fp, this, *it, (*it)->prisms, saveAll, saveSinglePartition, in _writeMSH3()
809 writeElementsMSH(fp, this, *it, (*it)->pyramids, saveAll, in _writeMSH3()
812 writeElementsMSH(fp, this, *it, (*it)->trihedra, saveAll, in _writeMSH3()
815 writeElementsMSH(fp, this, *it, (*it)->triangles, saveAll, in _writeMSH3()
818 writeElementsMSH(fp, this, *it, (*it)->quadrangles, saveAll, in _writeMSH3()
821 writeElementsMSH(fp, this, *it, (*it)->lines, saveAll, saveSinglePartition, in _writeMSH3()
824 writeElementsMSH(fp, this, *it, (*it)->points, saveAll, saveSinglePartition, in _writeMSH3()
H A DGModelIO_MSH2.cpp736 static void writeElementsMSH(FILE *fp, GModel *model, GEntity *ge, in writeElementsMSH() function
1023 writeElementsMSH(fp, this, *it, (*it)->points, saveAll, saveSinglePartition, in _writeMSH2()
1029 writeElementsMSH(fp, this, *it, (*it)->lines, saveAll, saveSinglePartition, in _writeMSH2()
1035 writeElementsMSH(fp, this, *it, (*it)->triangles, saveAll, in _writeMSH2()
1041 writeElementsMSH(fp, this, *it, (*it)->quadrangles, saveAll, in _writeMSH2()
1047 writeElementsMSH(fp, this, *it, (*it)->polygons, saveAll, in _writeMSH2()
1053 writeElementsMSH(fp, this, *it, (*it)->tetrahedra, saveAll, in _writeMSH2()
1059 writeElementsMSH(fp, this, *it, (*it)->hexahedra, saveAll, in _writeMSH2()
1065 writeElementsMSH(fp, this, *it, (*it)->prisms, saveAll, saveSinglePartition, in _writeMSH2()
1071 writeElementsMSH(fp, this, *it, (*it)->pyramids, saveAll, in _writeMSH2()
[all …]