Base class for cell center of face specific auxiliary FvGridGeometry classes. Provides a common interface and a pointer to the actual gridGeometry.  
#include <dumux/discretization/staggered/fvgridgeometry.hh>
|  | 
|  | GridGeometryView (const ActualGridGeometry *actualGridGeometry) | 
|  | 
| 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 | isCellCenter () | 
|  | Returns true if this view if related to cell centered dofs. 
 | 
|  | 
| static constexpr bool | isFace () | 
|  | Returns true if this view if related to face 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> 
      
 
 
◆ GridGeometryView()
template<class ActualGridGeometry> 
 
 
◆ actualGridGeometry()
template<class ActualGridGeometry> 
 
 
◆ cellCenterIdx()
template<class ActualGridGeometry> 
 
 
◆ connectivityMap()
template<class ActualGridGeometry> 
 
 
◆ elementMapper()
template<class ActualGridGeometry> 
 
 
◆ faceIdx()
template<class ActualGridGeometry> 
 
 
◆ gridView()
template<class ActualGridGeometry> 
 
 
◆ isCellCenter()
template<class ActualGridGeometry> 
 
 
◆ isFace()
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: