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.
|
| 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
|
| const PrimaryInteractionVolume & | primaryInteractionVolume () const |
| | returns the stored interaction volume pointer
|
| const SecondaryInteractionVolume & | secondaryInteractionVolume () const |
| | returns the stored interaction volume pointer
|
| const PrimaryDataHandle & | primaryIvDataHandle () const |
| | returns the stored data handle pointer
|
| const SecondaryDataHandle & | secondaryIvDataHandle () const |
| | returns the stored data handle pointer
|
| const PrimaryLocalFaceData & | primaryIvLocalFaceData () const |
| | returns the currently stored iv-local face data object
|
| const SecondaryLocalFaceData & | secondaryIvLocalFaceData () const |
| | returns the currently stored iv-local face data object
|