The default traits for the pq2 finite volume grid geometry Defines the scv and scvf types and the mapper types. More...
#include <dumux/discretization/pq2/fvgridgeometry.hh>
| the | grid view type |
Public Types | |
| using | SubControlVolume = PQ2SubControlVolume< GridView > |
| using | SubControlVolumeFace = PQ2SubControlVolumeFace< GridView > |
| template<class GridGeometry , bool enableCache> | |
| using | LocalView = PQ2FVElementGeometry< GridGeometry, enableCache > |
| using | EnableHybridCVFE = std::true_type |
| using | DofMapper = Dune::MultipleCodimMultipleGeomTypeMapper< GridView > |
| using | ElementMapper = EM |
| using | VertexMapper = VM |
| using | ScvQuadratureRule = ScvRule |
| using | ScvfQuadratureRule = ScvfRule |
| using | ElementQuadratureRule = ElementRule |
| using | IntersectionQuadratureRule = IntersectionRule |
Static Public Member Functions | |
| static Dune::MCMGLayout | layout () |
| layout for vertices and edges and elements (and faces in 3D) for the case of cubes More... | |
Static Public Attributes | |
| static constexpr std::size_t | maxNumElementDofs |
|
inherited |
|
inherited |
|
inherited |
| using Dumux::PQ2DefaultGridGeometryTraits< GridView, MapperTraits, QuadratureTraits >::EnableHybridCVFE = std::true_type |
|
inherited |
| using Dumux::PQ2DefaultGridGeometryTraits< GridView, MapperTraits, QuadratureTraits >::LocalView = PQ2FVElementGeometry<GridGeometry, enableCache> |
|
inherited |
|
inherited |
| using Dumux::PQ2DefaultGridGeometryTraits< GridView, MapperTraits, QuadratureTraits >::SubControlVolume = PQ2SubControlVolume<GridView> |
| using Dumux::PQ2DefaultGridGeometryTraits< GridView, MapperTraits, QuadratureTraits >::SubControlVolumeFace = PQ2SubControlVolumeFace<GridView> |
|
inherited |
|
inlinestaticinherited |
|
staticconstexpr |