Namespaces | |
| namespace | Detail |
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 | VectorP1FaceNonConformingVTKFunction |
| 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... | |
| 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 display the discontinuities. More... | |
| struct | VectorP1VTKFunction |
| a VTK function that supports both scalar and vector values for each vertex More... | |
Enumerations | |
| enum class | FieldType : unsigned int { FieldType::element , FieldType::vertex , FieldType::automatic } |
| Identifier for vtk field types. More... | |
Functions | |
| Precision | stringToPrecision (std::string_view precisionName) |
| Maps a string (e.g. from input) to a Dune precision type. More... | |