3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
localresidual.hh File Reference

Element-wise calculation of the local residual for non-isothermal fully implicit models. More...

Go to the source code of this file.

Description

Element-wise calculation of the local residual for non-isothermal fully implicit models.

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()>