Specialization of the flux variables cache filler for the cell centered tpfa method.  
#include <dumux/porousmediumflow/fluxvariablescachefiller.hh>
|  | 
|  | PorousMediumFluxVariablesCacheFillerImplementation (const Problem &problem) | 
|  | The constructor. Sets the problem pointer. 
 | 
|  | 
| template<class FluxVariablesCacheContainer, class FluxVariablesCache> | 
| void | fill (FluxVariablesCacheContainer &fluxVarsCacheContainer, FluxVariablesCache &scvfFluxVarsCache, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, bool forceUpdateAll=false) | 
|  | function to fill the flux variables caches 
 | 
|  | 
◆ PorousMediumFluxVariablesCacheFillerImplementation()
◆ fill()
template<class TypeTag> 
template<class FluxVariablesCacheContainer, class FluxVariablesCache> 
 
- Parameters
- 
  
    | fluxVarsCacheContainer | Either the element or global flux variables cache |  | scvfFluxVarsCache | The flux var cache to be updated corresponding to the given scvf |  | element | The finite element |  | fvGeometry | The finite volume geometry |  | elemVolVars | The element volume variables |  | scvf | The corresponding sub-control volume face |  | forceUpdateAll | if true, forces all caches to be updated (even the solution-independent ones) |  
 
 
 
◆ isSolDependent
Initial value:= (advectionEnabled && advectionIsSolDependent) ||
                                           (diffusionEnabled && diffusionIsSolDependent) ||
                                           (heatConductionEnabled && heatConductionIsSolDependent)
 
 
The documentation for this class was generated from the following file: