The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds up the sub control volumes and sub control volume faces. More...
#include <dumux/discretization/cellcentered/tpfa/fvgridgeometry.hh>
The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds up the sub control volumes and sub control volume faces.
Public Types | |
using | BasicGridGeometry = BasicGridGeometry_t< GV, Traits > |
export basic grid geometry type for the alternative constructor More... | |
using | LocalView = typename Traits::template LocalView< ThisType, true > |
export the type of the fv element geometry (the local view type) More... | |
using | SubControlVolume = typename Traits::SubControlVolume |
export the type of sub control volume More... | |
using | SubControlVolumeFace = typename Traits::SubControlVolumeFace |
export the type of sub control volume More... | |
using | Extrusion = Extrusion_t< Traits > |
export the type of extrusion More... | |
using | DofMapper = typename Traits::ElementMapper |
export dof mapper type More... | |
using | DiscretizationMethod = DiscretizationMethods::CCTpfa |
export the discretization method this geometry belongs to More... | |
using | GridView = GV |
export the grid view type More... | |
using | Grid = typename BaseImplementation::Grid |
export the grid type More... | |
using | GlobalCoordinate = typename BaseImplementation::GlobalCoordinate |
export the global coordinate type More... | |
using | ElementMapper = typename BaseImplementation::ElementMapper |
export the element mapper type More... | |
using | VertexMapper = typename BaseImplementation::VertexMapper |
export the vertex mapper type More... | |
Public Member Functions | |
CCTpfaFVGridGeometry (std::shared_ptr< BasicGridGeometry > gg) | |
Constructor with basic grid geometry used to share state with another grid geometry on the same grid view. More... | |
CCTpfaFVGridGeometry (const GridView &gridView) | |
Constructor from gridView. More... | |
const DofMapper & | dofMapper () const |
std::size_t | numScv () const |
The total number of sub control volumes. More... | |
std::size_t | numScvf () const |
The total number of sub control volume faces. More... | |
std::size_t | numBoundaryScvf () const |
The total number of boundary sub control volume faces. More... | |
std::size_t | numDofs () const |
The total number of degrees of freedom. More... | |
void | update (const GridView &gridView) |
update all fvElementGeometries (call this after grid adaption) More... | |
void | update (GridView &&gridView) |
update all fvElementGeometries (call this after grid adaption) More... | |
const SubControlVolume & | scv (GridIndexType scvIdx) const |
Get a sub control volume with a global scv index. More... | |
const SubControlVolumeFace & | scvf (GridIndexType scvfIdx) const |
Get a sub control volume face with a global scvf index. More... | |
const SubControlVolumeFace & | flipScvf (GridIndexType scvfIdx, unsigned int outsideScvfIdx=0) const |
const std::vector< GridIndexType > & | scvfIndicesOfScv (GridIndexType scvIdx) const |
Get the sub control volume face indices of an scv by global index. More... | |
const ConnectivityMap & | connectivityMap () const |
Returns the connectivity map of which dofs have derivatives with respect to a given dof. More... | |
bool | hasBoundaryScvf (GridIndexType eIdx) const |
Returns whether one of the geometry's scvfs lies on a boundary. More... | |
const GridView & | gridView () const |
Return the gridView this grid geometry object lives on. More... | |
const VertexMapper & | vertexMapper () const |
Returns the mapper for vertices to indices for constant grids. More... | |
VertexMapper & | vertexMapper () |
Returns the mapper for vertices to indices for possibly adaptive grids. More... | |
const ElementMapper & | elementMapper () const |
Returns the mapper for elements to indices for constant grids. More... | |
ElementMapper & | elementMapper () |
Returns the mapper for elements to indices for possibly adaptive grids. More... | |
decltype(auto) | boundingBoxTree () const |
Returns the bounding box tree of the grid. More... | |
decltype(auto) | elementMap () const |
Returns the element index to element map. More... | |
Element | element (GridIndexType eIdx) const |
Get an element from a global element index. More... | |
const GlobalCoordinate & | bBoxMin () const |
The coordinate of the corner of the GridView's bounding box with the smallest values. More... | |
const GlobalCoordinate & | bBoxMax () const |
The coordinate of the corner of the GridView's bounding box with the largest values. More... | |
bool | isPeriodic () const |
Returns if the grid geometry is periodic (at all) More... | |
Static Public Attributes | |
static constexpr DiscretizationMethod | discMethod {} |
static constexpr int | maxElementStencilSize = LocalView::maxNumElementScvfs*Traits::maxNumScvfNeighbors + 1 |
The maximum admissible stencil size (used for static memory allocation during assembly) More... | |
Protected Member Functions | |
void | setPeriodic (bool value=true) |
Set the periodicity of the grid geometry. More... | |
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::BasicGridGeometry = BasicGridGeometry_t<GV, Traits> |
export basic grid geometry type for the alternative constructor
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::DiscretizationMethod = DiscretizationMethods::CCTpfa |
export the discretization method this geometry belongs to
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::DofMapper = typename Traits::ElementMapper |
export dof mapper type
|
inherited |
export the element mapper type
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::Extrusion = Extrusion_t<Traits> |
export the type of extrusion
|
inherited |
export the global coordinate type
|
inherited |
export the grid type
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::GridView = GV |
export the grid view type
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::LocalView = typename Traits::template LocalView<ThisType, true> |
export the type of the fv element geometry (the local view type)
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::SubControlVolume = typename Traits::SubControlVolume |
export the type of sub control volume
using Dumux::CCTpfaFVGridGeometry< GV, true, Traits >::SubControlVolumeFace = typename Traits::SubControlVolumeFace |
export the type of sub control volume
|
inherited |
export the vertex mapper type
|
inline |
Constructor with basic grid geometry used to share state with another grid geometry on the same grid view.
|
inline |
Constructor from gridView.
|
inlineinherited |
The coordinate of the corner of the GridView's bounding box with the largest values.
|
inlineinherited |
The coordinate of the corner of the GridView's bounding box with the smallest values.
|
inlineinherited |
Returns the bounding box tree of the grid.
|
inline |
Returns the connectivity map of which dofs have derivatives with respect to a given dof.
|
inline |
the element mapper is the dofMapper this is convenience to have better chance to have the same main files for box/tpfa/mpfa...
|
inlineinherited |
Get an element from a global element index.
|
inlineinherited |
Returns the element index to element map.
|
inlineinherited |
Returns the mapper for elements to indices for possibly adaptive grids.
|
inlineinherited |
Returns the mapper for elements to indices for constant grids.
|
inline |
Get the scvf on the same face but from the other side Note that e.g. the normals might be different in the case of surface grids
|
inlineinherited |
Return the gridView this grid geometry object lives on.
|
inline |
Returns whether one of the geometry's scvfs lies on a boundary.
|
inlineinherited |
Returns if the grid geometry is periodic (at all)
|
inline |
The total number of boundary sub control volume faces.
|
inline |
The total number of degrees of freedom.
|
inline |
The total number of sub control volumes.
|
inline |
The total number of sub control volume faces.
|
inline |
Get a sub control volume with a global scv index.
|
inline |
Get a sub control volume face with a global scvf index.
|
inline |
Get the sub control volume face indices of an scv by global index.
|
inlineprotectedinherited |
Set the periodicity of the grid geometry.
|
inline |
update all fvElementGeometries (call this after grid adaption)
|
inline |
update all fvElementGeometries (call this after grid adaption)
|
inlineinherited |
Returns the mapper for vertices to indices for possibly adaptive grids.
|
inlineinherited |
Returns the mapper for vertices to indices for constant grids.
|
staticconstexpr |
|
staticconstexpr |
The maximum admissible stencil size (used for static memory allocation during assembly)