An empty adapter for the Newton for models without primary variable switch.
#include <dumux/nonlinear/primaryvariableswitchadapter.hh>
|
| | PrimaryVariableSwitchAdapter (const std::string ¶mGroup="") |
| |
| template<class SolutionVector> |
| void | initialize (SolutionVector &, Variables &) |
| |
| template<class SolutionVector> |
| void | invoke (SolutionVector &, Variables &) |
| |
| bool | switched () const |
| |
| | PrimaryVariableSwitchAdapter (const std::string ¶mGroup="") |
| |
| void | initialize (SolutionVector &sol, Variables &vars) |
| | Initialize the privar switch.
|
| |
| void | invoke (SolutionVector &uCurrentIter, Variables &vars) |
| | Switch primary variables if necessary.
|
| |
| bool | switched () const |
| | Whether the primary variables have been switched in the last call to invoke.
|
| |
◆ PrimaryVariableSwitchAdapter() [1/2]
template<class Variables>
◆ PrimaryVariableSwitchAdapter() [2/2]
◆ initialize() [1/2]
template<class Variables>
template<class SolutionVector>
◆ initialize() [2/2]
◆ invoke() [1/2]
template<class Variables>
template<class SolutionVector>
◆ invoke() [2/2]
◆ switched() [1/2]
◆ switched() [2/2]
template<class Variables>
The documentation for this class was generated from the following file: