3.4
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 Jacobian matrix for problems using the Richards fully implicit models. More...

Go to the source code of this file.

Description

Element-wise calculation of the Jacobian matrix for problems using the Richards fully implicit models.

Classes

class  Dumux::RichardsLocalResidual< TypeTag >
 Element-wise calculation of the Jacobian matrix for problems using the Richards fully implicit models. More...

Namespaces

namespace  Dumux
namespace  Dumux::Detail

Typedefs

template<typename T, typename ... Ts>
using Dumux::Detail::RobinDerivDetector = decltype(std::declval<T>().addRobinFluxDerivatives(std::declval<Ts>()...))

Functions

template<class T, typename ... Args>
static constexpr bool Dumux::Detail::hasAddRobinFluxDerivatives ()