12 #ifndef PZREADMESHHR_H 13 #define PZREADMESHHR_H virtual void ReadBCs(int NMat, TPZCompMesh &CMesh)
Read the boundary conditions.
virtual ~TPZReadMeshHR()
Default Destructor.
TPZReadMeshHR(const char *inFile)
Default Constructor.
virtual void ReadNodes(int64_t NNos, TPZGeoMesh &GMesh)
Read the nodes data.
Virtual class that implements the interface for build a computational mesh from a file...
virtual void ReadElements(int64_t NElem, TPZGeoMesh &GMesh)
Read the elements data.
void removeComents(std::string &NumberOf)
Remove the coments and return the integer parameter of the first line without comment token...
TPZGeoMesh * readGeoMesh()
virtual TPZCompMesh * ReadMesh()
Read and return the mesh from a given file.
virtual void ReadMaterials(int NMat, TPZCompMesh &CMesh)
Read the material data.
int64_t GetNodeIndex(TPZGeoMesh *GMesh, int64_t Id)
Translate a node id to a node index.
This class implements a geometric mesh for the pz environment. Geometry.
Implements computational mesh. Computational Mesh.
Reads a mesh in a "human readable" format, i.e. in text format and with coments. Getting Data...
Contains the TPZReadMesh class which implements the interface for build a computational mesh from a f...