35 TPZGeoMesh *
Process(std::string NodeFileName, std::string FaceFileName, std::string TetraFileName);
61 #endif //TPZREADTETGEN std::map< int64_t, int64_t > fNodeIndices
Nodes in tetgen are counted from 1 to n as a fortran based code.
bool ProcessNodes(std::string NodeFileName, TPZGeoMesh &gmesh, int64_t &numbernodes)
Process nodes.
TPZGeoMesh * Process(std::string NodeFileName, std::string FaceFileName, std::string TetraFileName)
Convert tetgen files in a TPZGeoMesh object.
bool ProcessTetra(std::string TetraFileName, TPZGeoMesh &gmesh, int64_t &numbervols)
Process tetrahedras.
This class implements a geometric mesh for the pz environment. Geometry.
Implement the interface between TPZGeoMesh and the files produced by tetgen. Getting Data...
bool ProcessFaces(std::string FaceFileName, TPZGeoMesh &gmesh, int64_t &numberfaces)
Process faces.