Face specific auxiliary FvGridGeometry classes. Required for the Dumux multi-domain framework.  
#include <dumux/discretization/staggered/fvgridgeometry.hh>
|  | 
| 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 & | 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. 
 | 
|  | 
◆ DiscretizationMethod
template<class ActualGridGeometry> 
 
 
◆ GridView
template<class ActualGridGeometry> 
 
 
◆ LocalView
template<class ActualGridGeometry> 
 
 
◆ actualGridGeometry()
template<class ActualGridGeometry> 
 
 
◆ cellCenterIdx()
template<class ActualGridGeometry> 
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ connectivityMap()
template<class ActualGridGeometry> 
 
 
◆ elementMapper()
template<class ActualGridGeometry> 
 
 
◆ faceIdx()
template<class ActualGridGeometry> 
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ gridView()
template<class ActualGridGeometry> 
 
 
◆ isCellCenter()
template<class ActualGridGeometry> 
  
  |  | inlinestaticconstexprinherited | 
 
 
◆ isFace()
template<class ActualGridGeometry> 
 
 
◆ numDofs()
template<class ActualGridGeometry> 
 
 
◆ vertexMapper()
template<class ActualGridGeometry> 
 
 
◆ discMethod
template<class ActualGridGeometry> 
 
 
◆ gridGeometry_
template<class ActualGridGeometry> 
 
 
The documentation for this class was generated from the following file: