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