Class for the interaction volume-local sub-control volume used in the mpfa-o scheme in the context of facet coupling. More...
#include <dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh>
Class for the interaction volume-local sub-control volume used in the mpfa-o scheme in the context of facet coupling.
IvIndexSet | The type used for index sets within interaction volumes |
dim | The dimensionality of the grid |
dimWorld | The dimension of the world the grid is embedded in |
Public Types | |
using | LocalIndexType = typename IvIndexSet::LocalIndexType |
using | GridIndexType = typename IvIndexSet::GridIndexType |
using | GlobalCoordinate = Dune::FieldVector< Scalar, dimWorld > |
using | ctype = typename GlobalCoordinate::value_type |
using | LocalBasis = std::array< GlobalCoordinate, dim > |
Public Member Functions | |
CCMpfaOFacetCouplingInteractionVolumeLocalScv ()=default | |
The default constructor. More... | |
template<class MpfaHelper , class FVElementGeometry , class SubControlVolume , class IndexMap > | |
CCMpfaOFacetCouplingInteractionVolumeLocalScv (const MpfaHelper &helper, const FVElementGeometry &fvGeometry, const SubControlVolume &scv, const LocalIndexType localIndex, const IvIndexSet &indexSet, const IndexMap &scvfGridToLocalIndexMap) | |
The constructor. More... | |
LocalIndexType | localScvfIndex (unsigned int coordDir) const |
iv-local index of the coordir's scvf in this scv More... | |
ctype | detX () const |
detX is needed for setting up the omegas in the interaction volumes More... | |
GridIndexType | gridScvIndex () const |
grid index related to this scv More... | |
LocalIndexType | localDofIndex () const |
returns the index in the set of cell unknowns of the iv More... | |
const GlobalCoordinate & | nu (unsigned int coordDir) const |
the nu vectors are needed for setting up the omegas of the iv More... | |
Static Public Attributes | |
static constexpr int | myDimension = dim |
static constexpr int | worldDimension = dimWorld |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
using Dumux::CCMpfaOInteractionVolumeLocalScv< IvIndexSet, Scalar, dim, dimWorld >::LocalIndexType = typename IvIndexSet::LocalIndexType |
|
default |
The default constructor.
|
inline |
The constructor.
helper | Helper class for mpfa schemes |
fvGeometry | The element finite volume geometry |
scv | The grid sub-control volume |
localIndex | The iv-local index of this scvIdx |
indexSet | The interaction volume index set |
scvfGridToLocalIndexMap | maps to grid scvf indices the iv-local scvf index |
|
inlineinherited |
detX is needed for setting up the omegas in the interaction volumes
|
inlineinherited |
grid index related to this scv
|
inlineinherited |
returns the index in the set of cell unknowns of the iv
|
inline |
iv-local index of the coordir's scvf in this scv
|
inlineinherited |
the nu vectors are needed for setting up the omegas of the iv
|
staticconstexpr |
|
staticconstexprinherited |