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...
template<typename GridView, typename Mapper, typename F>
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.
- Template Parameters
-
GridView | The Dune grid view type |
Mapper | The type used for mapping elements to indices in the field |
F | The field type (either vector of scalars or vectors) |