A newton solver which is specific to the compositional multi-phase PVS model.
More...
#include <pvsnewtonmethod.hh>
|
|
| PvsNewtonMethod (Simulator &simulator) |
| |
|
| void | updatePrimaryVariables_ (unsigned, PrimaryVariables &nextValue, const PrimaryVariables ¤tValue, const EqVector &update, const EqVector &) |
| | Update a single primary variables object. More...
|
| |
| void | endIteration_ (SolutionVector &uCurrentIter, const SolutionVector &uLastIter) |
| | Indicates that one Newton iteration was finished. More...
|
| |
|
|
friend | NewtonMethod< TypeTag > |
| |
|
friend | ParentType |
| |
template<class TypeTag>
class Opm::PvsNewtonMethod< TypeTag >
A newton solver which is specific to the compositional multi-phase PVS model.
◆ endIteration_()
template<class TypeTag >
| void Opm::PvsNewtonMethod< TypeTag >::endIteration_ |
( |
SolutionVector & |
uCurrentIter, |
|
|
const SolutionVector & |
uLastIter |
|
) |
| |
|
inlineprotected |
Indicates that one Newton iteration was finished.
- Parameters
-
| nextSolution | The solution after the current Newton iteration |
| currentSolution | The solution at the beginning of the current Newton iteration |
| uCurrentIter | Current solution iterator |
| uLastIter | Last solution iterator |
◆ updatePrimaryVariables_()
template<class TypeTag >
| void Opm::PvsNewtonMethod< TypeTag >::updatePrimaryVariables_ |
( |
unsigned |
, |
|
|
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: