Specialization in case the FVElementGeometries are not stored. More...
#include <dumux/porousmediumflow/boxdfm/fvelementgeometry.hh>
Specialization in case the FVElementGeometries are not stored.
Public Types | |
using | SubControlVolume = typename GG::SubControlVolume |
Export type of subcontrol volume. More... | |
using | SubControlVolumeFace = typename GG::SubControlVolumeFace |
Export type of subcontrol volume face. More... | |
using | GridGeometry = GG |
Export type of finite volume grid geometry. More... | |
Public Member Functions | |
BoxDfmFVElementGeometry (const GridGeometry &gridGeometry) | |
Constructor. More... | |
const SubControlVolume & | scv (std::size_t scvIdx) const |
Get a sub control volume with a local scv index. More... | |
const SubControlVolumeFace & | scvf (std::size_t scvfIdx) const |
Get a sub control volume face with a local scvf index. More... | |
const FeLocalBasis & | feLocalBasis () const |
Get a local finite element basis. More... | |
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... | |
void | bind (const Element &element) |
Binding of an element, has to be called before using the fvgeometries Prepares all the volume variables within the element. More... | |
void | bindElement (const Element &element) |
Binding of an element, has to be called before using the fvgeometries Prepares all the volume variables within the element. More... | |
const GridGeometry & | gridGeometry () const |
The global finite volume geometry we are a restriction of. More... | |
bool | isBound () const |
Returns true if bind/bindElement has already been called. More... | |
const Element & | element () const |
The bound element. More... | |
Static Public Attributes | |
static constexpr std::size_t | maxNumElementScvs = (1<<dim)*3 |
using Dumux::BoxDfmFVElementGeometry< GG, false >::GridGeometry = GG |
Export type of finite volume grid geometry.
using Dumux::BoxDfmFVElementGeometry< GG, false >::SubControlVolume = typename GG::SubControlVolume |
Export type of subcontrol volume.
using Dumux::BoxDfmFVElementGeometry< GG, false >::SubControlVolumeFace = typename GG::SubControlVolumeFace |
Export type of subcontrol volume face.
|
inline |
Constructor.
|
inline |
Binding of an element, has to be called before using the fvgeometries Prepares all the volume variables within the element.
|
inline |
Binding of an element, has to be called before using the fvgeometries Prepares all the volume variables within the element.
|
inline |
The bound element.
|
inline |
Get a local finite element basis.
|
inline |
The global finite volume geometry we are a restriction of.
|
inline |
Returns true if bind/bindElement has already been called.
|
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 local scv index.
|
inline |
Get a sub control volume face with a local scvf index.
|
staticconstexpr |
The maximum number of scvs per element (2^dim for cubes) multiplied by 3 for the maximum number of fracture scvs per vertex