Base class for the finite volume geometry vector for staggered models This locally builds up the sub control volumes and sub control volume faces for each element. Specialization for grid caching enabled.
More...
#include <dumux/discretization/staggered/fvelementgeometry.hh>
template<class GG>
class Dumux::StaggeredFVElementGeometry< GG, true >
- Template Parameters
-
GG | the finite volume grid geometry type |
|
using | Element = typename GridView::template Codim<0>::Entity |
| export type of the element
|
|
using | SubControlVolumeFace = typename GG::SubControlVolumeFace |
| export type of subcontrol volume face
|
|
◆ Element
◆ SubControlVolumeFace
◆ StaggeredFVElementGeometry()
template<class GG>
template<class CellCenterOrFaceFVGridGeometry>
Constructor getting a auxiliary cell center of face specific FvGridGeometry type. Needed for the multi-domain framework.
◆ scvf()
The documentation for this class was generated from the following file: