meshTecplot.hh
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
MeshTecplot(concepts::Space< F > &spc, const std::string &filename, const uint dim)
Constructor.
MeshTecplotCell(const std::string &filename, VertexList &vtxList, const uint nelm, const uint dim)
Constructor.
virtual void operator()(const concepts::Element< F > &elm)
Application operator.
void drawMeshTecplot(concepts::Mesh &msh, const std::string &filename)
Trampoline function to create an instance of MeshTecplot.
MeshTecplot(concepts::Mesh &msh, const std::string &filename)
Constructor.
virtual ~MeshTecplotCell()