meshDAT.hh
void createFilenames_(const std::string &filename)
Creates files which are suitable for mesh input using Import2dMesh or Import3dMesh.
Definition: meshDAT.hh:35
virtual ~MeshDATCell()
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
concepts::DynArray< bool > vtxBndNotDone_
Definition: meshDAT.hh:80
concepts::DynArray< bool > edgBndNotDone_
Definition: meshDAT.hh:80
MeshDATCell(const std::string &coordFilename, const std::string &boundFilename, const std::string &elmFilename)
Constructor.
void drawMeshDAT(concepts::Mesh &msh, const std::string &filename)
Trampoline function to create an instance of MeshDAT.
uint getVertexNumber_(const uint key, const concepts::Real3d *coord=0)
MeshDAT(concepts::Space< F > &spc, const std::string &filename)
Constructor.
virtual void operator()(const concepts::Element< F > &elm)
Application operator.
std::map< uint, concepts::Real3d > vtxCoord_
Definition: meshDAT.hh:79