Face specific auxiliary FvGridGeometry classes. Required for the Dumux multi-domain framework.
More...
#include <dumux/discretization/staggered/fvgridgeometry.hh>
template<class ActualGridGeometry>
class Dumux::FaceFVGridGeometry< ActualGridGeometry >
Face specific auxiliary FvGridGeometry classes. Required for the Dumux multi-domain framework.
|
| using | GridView = typename ActualGridGeometry::GridView |
| | export the GridView type and the discretization method
|
| using | LocalView = typename ActualGridGeometry::LocalView |
|
| std::size_t | numDofs () const |
| | The total number of cell centered dofs.
|
| const auto & | gridView () const |
| | Return the gridView this grid geometry object lives on.
|
| const auto & | connectivityMap () const |
| | Returns the connectivity map of which dofs have derivatives with respect to a given dof.
|
| const auto & | vertexMapper () const |
| | Returns the mapper for vertices to indices for possibly adaptive grids.
|
| const auto & | elementMapper () const |
| | Returns the mapper for elements to indices for constant grids.
|
| const ActualGridGeometry & | actualfvGridGeometry () const |
| | Returns the actual gridGeometry we are a restriction of.
|
| const ActualGridGeometry & | actualGridGeometry () const |
| | Returns the actual gridGeometry we are a restriction of.
|
|
| static constexpr bool | isFace () |
| | Returns true because this view is related to face dofs.
|
| static constexpr bool | isCellCenter () |
| | Returns true if this view if related to cell centered dofs.
|
| static constexpr auto | cellCenterIdx () |
| | Return an integral constant index for cell centered dofs.
|
| static constexpr auto | faceIdx () |
| | Return an integral constant index for face dofs.
|
◆ GridView
template<class ActualGridGeometry>
export the GridView type and the discretization method
◆ LocalView
template<class ActualGridGeometry>
◆ actualfvGridGeometry()
template<class ActualGridGeometry>
Returns the actual gridGeometry we are a restriction of.
◆ actualGridGeometry()
template<class ActualGridGeometry>
Returns the actual gridGeometry we are a restriction of.
◆ cellCenterIdx()
template<class ActualGridGeometry>
|
|
inlinestaticconstexprinherited |
Return an integral constant index for cell centered dofs.
◆ connectivityMap()
template<class ActualGridGeometry>
Returns the connectivity map of which dofs have derivatives with respect to a given dof.
◆ elementMapper()
template<class ActualGridGeometry>
Returns the mapper for elements to indices for constant grids.
◆ faceIdx()
template<class ActualGridGeometry>
|
|
inlinestaticconstexprinherited |
Return an integral constant index for face dofs.
◆ gridView()
template<class ActualGridGeometry>
Return the gridView this grid geometry object lives on.
◆ isCellCenter()
template<class ActualGridGeometry>
|
|
inlinestaticconstexprinherited |
Returns true if this view if related to cell centered dofs.
◆ isFace()
template<class ActualGridGeometry>
Returns true because this view is related to face dofs.
◆ numDofs()
template<class ActualGridGeometry>
The total number of cell centered dofs.
◆ vertexMapper()
template<class ActualGridGeometry>
Returns the mapper for vertices to indices for possibly adaptive grids.
◆ discMethod
template<class ActualGridGeometry>
◆ gridGeometry_
template<class ActualGridGeometry>
The documentation for this class was generated from the following file: