A function to write a triangulation to vtk. More...
#include <fstream>#include <string>#include <iterator>Go to the source code of this file.
A function to write a triangulation to vtk.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
Functions | |
| template<class TriangleVector > | |
| void | Dumux::writeVTKPolyDataTriangle (const TriangleVector &triangles, const std::string &filename) |
| TriangleVector has to be a nested vector of triangles in 3d. More... | |
