meshMatlab.hh
MeshMatlab(concepts::Space< F > &spc, std::string filename)
Constructor.
void createStreams_(std::string filename)
Creates the streams and prints the header.
void drawMeshMatlab(concepts::Mesh &msh, std::string filename)
Trampoline function to create an instance of MeshMatlab.
virtual void operator()(const concepts::Element< F > &elm)
Application operator.
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
Writes the data which describe the elements to the three streams.
Definition: meshMatlab.hh:97
virtual ~MeshMatlabCell()
MeshMatlabCell(std::ostream *os1, std::ostream *os2, std::ostream *os3)
Constructor.
std::unique_ptr< concepts::DynArray< uint > > map_
Map for vertices of the elements.
Definition: meshMatlab.hh:110
~MeshMatlab()