meshGnuplot.hh
Writes the data which describe the elements to the given streams.
Definition: meshGnuplot.hh:26
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
virtual ~MeshGnuplotCell()
virtual void operator()(const concepts::Element< F > &elm)
Application operator.
void drawMeshGnuplot(T &msh_spc, std::string filename)
Creates a data file for viewing the mesh with Gnuplot using MeshGnuplotCell.
Definition: meshGnuplot.hh:46
MeshGnuplotCell(std::ofstream *ofs)
Definition: meshGnuplot.hh:28