3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
writetriangulation.hh File Reference

A function to write a triangulation to vtk. More...

#include <fstream>
#include <string>
#include <iterator>

Go to the source code of this file.

Description

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.