3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Dumux::TensorLambdaFactory< discMethod > Class Template Reference

Helper class to be used to obtain lambda functions for the tensors involved in the laws that describe the different kind of fluxes that occur in DuMuX models (i.e. advective, diffusive and heat conduction fluxes). The local systems appearing in Mpfa methods have to be solved subject to the different tensors. This class returns lambda expressions to be used in the local systems. The specialization for discretization methods other than mpfa allows compatibility with the TPFA scheme, which could be used for one or more of the tensors. The interfaces of the lambdas are chosen such that all involved tensors can be extracted with the given arguments. More...

Description

template<DiscretizationMethod discMethod>
class Dumux::TensorLambdaFactory< discMethod >

Helper class to be used to obtain lambda functions for the tensors involved in the laws that describe the different kind of fluxes that occur in DuMuX models (i.e. advective, diffusive and heat conduction fluxes). The local systems appearing in Mpfa methods have to be solved subject to the different tensors. This class returns lambda expressions to be used in the local systems. The specialization for discretization methods other than mpfa allows compatibility with the TPFA scheme, which could be used for one or more of the tensors. The interfaces of the lambdas are chosen such that all involved tensors can be extracted with the given arguments.


The documentation for this class was generated from the following file: