Element-wise calculation of the local residual for non-isothermal fully implicit models. See NIModel for the detailed description. More...
#include <dumux/common/properties.hh>#include <dumux/common/typetraits/typetraits.hh>#include <dumux/common/numeqvector.hh>Go to the source code of this file.
Classes | |
| class | Dumux::EnergyLocalResidualImplementation< TypeTag, false > |
| Element-wise calculation of the energy residual for isothermal problems. More... | |
| class | Dumux::EnergyLocalResidualImplementation< TypeTag, true > |
| Element-wise calculation of the energy residual for non-isothermal problems. More... | |
Namespaces | |
| namespace | Dumux |
Typedefs | |
| template<class TypeTag > | |
| using | Dumux::EnergyLocalResidual = EnergyLocalResidualImplementation< TypeTag, GetPropType< TypeTag, Properties::ModelTraits >::enableEnergyBalance()> |