A Newton solver specific to the NCP model.
More...
#include <ncpnewtonmethod.hh>
|
void | preSolve_ (const SolutionVector &, const GlobalEqVector ¤tResidual) |
|
void | updatePrimaryVariables_ (unsigned globalDofIdx, PrimaryVariables &nextValue, const PrimaryVariables ¤tValue, const EqVector &update, const EqVector &) |
| Update a single primary variables object.
|
|
|
friend | ParentType |
|
friend | NewtonMethod< TypeTag > |
|
template<class TypeTag>
class Opm::NcpNewtonMethod< TypeTag >
A Newton solver specific to the NCP model.
◆ NcpNewtonMethod()
◆ updatePrimaryVariables_()
template<class TypeTag >
void Opm::NcpNewtonMethod< TypeTag >::updatePrimaryVariables_ |
( |
unsigned | globalDofIdx, |
|
|
PrimaryVariables & | nextValue, |
|
|
const PrimaryVariables & | currentValue, |
|
|
const EqVector & | update, |
|
|
const EqVector & | ) |
|
inlineprotected |
Update a single primary variables object.
The documentation for this class was generated from the following file: