Class that fills the cache corresponding to tpfa Darcy's Law. More...
#include <dumux/flux/cctpfa/darcyslaw.hh>
Class that fills the cache corresponding to tpfa Darcy's Law.
Static Public Member Functions | |
template<class FluxVariablesCache , class Problem , class ElementVolumeVariables , class FluxVariablesCacheFiller > | |
static void | fill (FluxVariablesCache &scvfFluxVarsCache, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const FluxVariablesCacheFiller &fluxVarsCacheFiller) |
|
inlinestatic |
Function to fill a TpfaDarcysLawCache of a given scvf This interface has to be met by any advection-related cache filler class TODO: Probably get cache type out of the filler