Element-wise calculation of the local residual for non-isothermal fully implicit models. More...
Go to the source code of this file.
Classes | |
class | Dumux::EnergyLocalResidualImplementation< TypeTag, false > |
Element-wise calculation of the energy residual for non-isothermal problems. More... | |
class | Dumux::EnergyLocalResidualImplementation< TypeTag, true > |
TODO docme! More... | |
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class TypeTag > | |
using | Dumux::EnergyLocalResidual = EnergyLocalResidualImplementation<TypeTag, GetPropType<TypeTag, Properties::ModelTraits>::enableEnergyBalance()> |