Ewoms::NcpNewtonMethod< TypeTag > Class Template Reference

A Newton solver specific to the NCP model. More...

#include <ncpnewtonmethod.hh>

Inheritance diagram for Ewoms::NcpNewtonMethod< TypeTag >:
Inheritance graph

Public Member Functions

 NcpNewtonMethod (Simulator &simulator)
 
void updatePrimaryVariables_ (int globalDofIdx, PrimaryVariables &nextValue, const PrimaryVariables &currentValue, const EqVector &update, const EqVector &currentResidual)
 Update a single primary variables object. More...
 

Static Public Member Functions

static void registerParameters ()
 Register all run-time parameters for the Newton method. More...
 

Detailed Description

template<class TypeTag>
class Ewoms::NcpNewtonMethod< TypeTag >

A Newton solver specific to the NCP model.

Constructor & Destructor Documentation

template<class TypeTag >
Ewoms::NcpNewtonMethod< TypeTag >::NcpNewtonMethod ( Simulator simulator)
inline

References EWOMS_GET_PARAM.

Member Function Documentation

template<class TypeTag >
static void Ewoms::NcpNewtonMethod< TypeTag >::registerParameters ( )
inlinestatic

Register all run-time parameters for the Newton method.

References EWOMS_REGISTER_PARAM.

template<class TypeTag >
void Ewoms::NcpNewtonMethod< TypeTag >::updatePrimaryVariables_ ( int  globalDofIdx,
PrimaryVariables &  nextValue,
const PrimaryVariables &  currentValue,
const EqVector &  update,
const EqVector &  currentResidual 
)
inline

Update a single primary variables object.


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