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>
| 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 |
| 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. | |
| 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. | |
| LocalIndexType | localScvfIndex (unsigned int coordDir) const |
| iv-local index of the coordir's scvf in this scv | |
| ctype | detX () const |
| detX is needed for setting up the omegas in the interaction volumes | |
| GridIndexType | gridScvIndex () const |
| grid index related to this scv | |
| LocalIndexType | localDofIndex () const |
| returns the index in the set of cell unknowns of the iv | |
| const GlobalCoordinate & | nu (unsigned int coordDir) const |
| the nu vectors are needed for setting up the omegas of the iv | |
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 |
|
default |
|
inline |
| 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 |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
staticconstexpr |
|
staticconstexprinherited |