Dune style VTK functions.
#include <string>#include <memory>#include <dune/common/typetraits.hh>#include <dune/common/fvector.hh>#include <dune/common/reservedvector.hh>#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/vtk/precision.hh>#include <dumux/discretization/nonconformingfecache.hh>Go to the source code of this file.
| 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 display the discontinuities.  More... | |
| struct | Dumux::Vtk::VectorP1FaceNonConformingVTKFunction< GridView, Mapper, F > | 
| A VTK function that supports both scalar and vector values for each face. This expects the data to be organized by a two-dimensional field storing for each element the element-local nodal values. Used for non-conforming spaces such as Rannacher-Turek and Crouzeix-Raviart.  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) |