|
My Project
|
A newton solver which is specific to the compositional multi-phase PVS model. More...
#include <pvsnewtonmethod.hh>
Public Member Functions | |
| PvsNewtonMethod (Simulator &simulator) | |
Protected Member Functions | |
| void | updatePrimaryVariables_ (unsigned, PrimaryVariables &nextValue, const PrimaryVariables ¤tValue, const EqVector &update, const EqVector &) |
| Update a single primary variables object. | |
| void | endIteration_ (SolutionVector &uCurrentIter, const SolutionVector &uLastIter) |
| Indicates that one Newton iteration was finished. | |
| void | clampValue_ (Scalar &val, Scalar minVal, Scalar maxVal) const |
Protected Attributes | |
| friend | NewtonMethod< TypeTag > |
| friend | ParentType |
A newton solver which is specific to the compositional multi-phase PVS model.
|
inlineprotected |
Indicates that one Newton iteration was finished.
| nextSolution | The solution after the current Newton iteration |
| currentSolution | The solution at the beginning of the current Newton iteration |
|
inlineprotected |
Update a single primary variables object.