Specialization of the flux variables cache filler for the cell centered mpfa method.
More...
template<class TypeTag>
class Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethod::ccmpfa >
Specialization of the flux variables cache filler for the cell centered mpfa method.
|
| PorousMediumFluxVariablesCacheFillerImplementation (const Problem &problem) |
| The constructor. Sets problem pointer. More...
|
|
template<class FluxVarsCacheStorage , class FluxVariablesCache , class IVDataStorage > |
void | fill (FluxVarsCacheStorage &fluxVarsCacheStorage, FluxVariablesCache &scvfFluxVarsCache, IVDataStorage &ivDataStorage, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, bool forceUpdateAll=false) |
| function to fill the flux variables caches More...
|
|
const PrimaryInteractionVolume & | primaryInteractionVolume () const |
| returns the stored interaction volume pointer More...
|
|
const SecondaryInteractionVolume & | secondaryInteractionVolume () const |
| returns the stored interaction volume pointer More...
|
|
const PrimaryDataHandle & | primaryIvDataHandle () const |
| returns the stored data handle pointer More...
|
|
const SecondaryDataHandle & | secondaryIvDataHandle () const |
| returns the stored data handle pointer More...
|
|
const PrimaryLocalFaceData & | primaryIvLocalFaceData () const |
| returns the currently stored iv-local face data object More...
|
|
const SecondaryLocalFaceData & | secondaryIvLocalFaceData () const |
| returns the currently stored iv-local face data object More...
|
|