#include <topologyDotty.hh>
Public Member Functions | |
TopologyDotty (concepts::Mesh &msh, std::string filename) | |
TopologyDotty (concepts::Space< F > &spc, std::string filename) | |
Executor class for TopologyDottyCell.
A graph where the vertices are the vertices of the mesh and the edges are the edges of the mesh is written to the file. The resulting file can be used as input for dot, dotty or neato. neato gives very good results.
Definition at line 45 of file topologyDotty.hh.
graphics::TopologyDotty< F >::TopologyDotty | ( | concepts::Mesh & | msh, |
std::string | filename | ||
) |
Constructor. The coarsest grid will be depicted. To store the results, a new file is created.
graphics::TopologyDotty< F >::TopologyDotty | ( | concepts::Space< F > & | spc, |
std::string | filename | ||
) |
Constructor. The currently used grid in the space will be depicted. To store the results, a new file is created.