The NoOp strategy for adaptive step sizing. More...
#include <ikarus/controlroutines/adaptivestepsizing.hh>
Public Member Functions | |
template<typename NLO > | |
void | operator() (const NonLinearSolverInformation &solverInfo, SubsidiaryArgs &subsidiaryArgs, const NLO &nonLinearOperator) |
Call operator for the NoOp strategy. More... | |
int | targetIterations () const |
Get the target iterations. More... | |
void | setTargetIterations (int targetIterations) |
Set the target iterations. More... | |
This strategy does nothing and keeps the step size constant.
|
inline |
Does nothing.
solverInfo | Information about the nonlinear solver. |
subsidiaryArgs | Subsidiary arguments for adaptive step sizing. |
nonLinearOperator | The nonlinear operator. |
NLO | The nonlinear operator type. |
|
inline |
targetIterations | The target iterations (ignored). |
|
inline |