Classes | |
class | Field |
struct that can hold any field that fulfills the VTKFunction interface More... | |
struct | VectorP0VTKFunction |
a VTK function that supports both scalar and vector values for each element More... | |
struct | VectorP1NonConformingVTKFunction |
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... | |
struct | VectorP1VTKFunction |
a VTK function that supports both scalar and vector values for each vertex More... | |
Functions | |
Precision | stringToPrecision (std::string_view precisionName) |
Maps a string (e.g. from input) to a Dune precision type. More... | |