A helper class to fill the flux variables cache.
#include <dumux/common/properties.hh>#include <dumux/common/parameters.hh>#include <dumux/discretization/method.hh>#include <dumux/discretization/extrusion.hh>#include <dumux/flux/referencesystemformulation.hh>#include <dumux/discretization/cellcentered/tpfa/computetransmissibility.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCTpfa > | 
| Specialization of the flux variables cache filler for the cell centered tpfa method.  More... | |
| class | Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa > | 
| Specialization of the flux variables cache filler for the cell centered mpfa method.  More... | |
| Namespaces | |
| namespace | Dumux | 
| Typedefs | |
| template<class TypeTag> | |
| using | Dumux::PorousMediumFluxVariablesCacheFiller = PorousMediumFluxVariablesCacheFillerImplementation<TypeTag, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod> | 
| The flux variables cache filler class for porous media. | |