23#ifndef EWOMS_NEWTON_METHOD_PROPERTIES_HH
24#define EWOMS_NEWTON_METHOD_PROPERTIES_HH
28namespace Opm::Properties {
31template<
class TypeTag,
class MyTypeTag>
32struct NewtonMethod {
using type = UndefinedProperty; };
35template<
class TypeTag,
class MyTypeTag>
39template<
class TypeTag,
class MyTypeTag>
44template<
class TypeTag,
class MyTypeTag>
The Opm property system, traits with inheritance.
Specifies whether the convergence rate and the global residual gets written out to disk for every New...
Definition newtonmethodproperties.hh:45
The class which linearizes the non-linear system of equations.
Definition newtonmethodproperties.hh:36
Specifies the type of the class which writes out the Newton convergence.
Definition newtonmethodproperties.hh:40
a tag to mark properties as undefined
Definition propertysystem.hh:40