Classes representing interpolation point data for control-volume finite element schemes. More...
#include <type_traits>Go to the source code of this file.
Classes | |
| class | Dumux::CVFE::InterpolationPointData< LocalPos, GlobalPos > |
| An interpolation point related to an element that includes global and local positions. More... | |
| class | Dumux::CVFE::LocalDofInterpolationPointData< LocalPosition, GlobalPosition, LocalIndex > |
| An interpolation point related to a localDof of an element, giving its global and local positions. More... | |
| class | Dumux::CVFE::InterpolationPointDataLocalMapping< LocalMapping, GlobalPos > |
| An interpolation point related to a global position of an element, giving its local positions by a mapping. More... | |
| class | Dumux::CVFE::FaceInterpolationPointData< BaseClass, LocalIndex > |
| An interpolation point related to a face of an element. More... | |
| class | Dumux::CVFE::IndexedQuadratureInterpolationPointData< IpData > |
| Wraps interpolation point data and adds a quadrature point index for use in quadrature loops. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::CVFE |