Opm::Properties::NumericDifferenceMethod< TypeTag, TTag::FiniteDifferenceLocalLinearizer > Struct Template Reference

Specify which kind of method should be used to numerically calculate the partial derivatives of the residual. More...

#include <fvbasefdlocallinearizer.hh>

Static Public Attributes

static constexpr int value = +1
 

Detailed Description

template<class TypeTag>
struct Opm::Properties::NumericDifferenceMethod< TypeTag, TTag::FiniteDifferenceLocalLinearizer >

Specify which kind of method should be used to numerically calculate the partial derivatives of the residual.

-1 means backward differences, 0 means central differences, 1 means forward differences. By default we use central differences.

Member Data Documentation

◆ value

template<class TypeTag >
constexpr int Opm::Properties::NumericDifferenceMethod< TypeTag, TTag::FiniteDifferenceLocalLinearizer >::value = +1
staticconstexpr

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