Dune style VTK functions. More...
#include <string>
#include <memory>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/grid/io/file/vtk/common.hh>
#include <dune/grid/io/file/vtk/function.hh>
#include <dumux/io/vtkprecision.hh>
#include <dumux/common/typetraits/typetraits.hh>
Go to the source code of this file.
Dune style VTK functions.
Classes | |
struct | Dumux::Vtk::VectorP0VTKFunction< GridView, Mapper, F > |
a VTK function that supports both scalar and vector values for each element More... | |
struct | Dumux::Vtk::VectorP1VTKFunction< GridView, Mapper, F > |
a VTK function that supports both scalar and vector values for each vertex More... | |
struct | Dumux::Vtk::VectorP1NonConformingVTKFunction< GridView, Mapper, F > |
A VTK function that supports both scalar and vector values for each vertex. This expects the data to be organized by a two-dimensional field storing for each element the element-local nodal values. This can be used for the output of fields that are non-conforming due to e.g. constitutive relationships and where no extra degrees of freedom exist to disply the discontinuities. More... | |
class | Dumux::Vtk::Field< GridView > |
struct that can hold any field that fulfills the VTKFunction interface More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Vtk |
namespace | Dumux::Vtk::Detail |
Functions | |
template<class Field > | |
double | Dumux::Vtk::Detail::accessEntry (const Field &f, int mycomp, int i) |