My Project
|
A Newton solver specific to the NCP model. More...
#include <ncpnewtonmethod.hh>
Public Member Functions | |
NcpNewtonMethod (Simulator &simulator) | |
Protected Member Functions | |
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. | |
Protected Attributes | |
friend | ParentType |
friend | NewtonMethod< TypeTag > |
A Newton solver specific to the NCP model.
|
inlineexplicit |
|
inlineprotected |
Update a single primary variables object.