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

The base epsilon value for finite difference calculations. More...

#include <fvbasefdlocallinearizer.hh>

Public Types

using type = GetPropType< TypeTag, Properties::Scalar >
 

Static Public Attributes

static constexpr type value = std::max<type>(0.9123e-10, std::numeric_limits<type>::epsilon()*1.23e3)
 

Detailed Description

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

The base epsilon value for finite difference calculations.

Member Typedef Documentation

◆ type

template<class TypeTag >
using Opm::Properties::BaseEpsilon< TypeTag, TTag::FiniteDifferenceLocalLinearizer >::type = GetPropType<TypeTag, Properties::Scalar>

Member Data Documentation

◆ value

template<class TypeTag >
constexpr type Opm::Properties::BaseEpsilon< TypeTag, TTag::FiniteDifferenceLocalLinearizer >::value = std::max<type>(0.9123e-10, std::numeric_limits<type>::epsilon()*1.23e3)
staticconstexpr

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