Structure containing arguments for subsidiary functions.
More...
#include <ikarus/controlroutines/pathfollowingfunctions.hh>
|
| double | stepSize |
| | The step size in the control routine. More...
|
| |
| Eigen::VectorX< double > | DD |
| | The vector representing the solution increment. More...
|
| |
| double | Dlambda |
| | The increment in the load factor. More...
|
| |
| double | f |
| | The value of the subsidiary function. More...
|
| |
| Eigen::VectorX< double > | dfdDD |
| | The derivative of the subsidiary function with respect to DD. More...
|
| |
| double | dfdDlambda |
| | The derivative of the subsidiary function with respect to Dlambda. More...
|
| |
| int | currentStep |
| | The current step index in the control routine. More...
|
| |
This structure holds various arguments used by subsidiary functions in control routines.
◆ currentStep
| int Ikarus::SubsidiaryArgs::currentStep |
◆ DD
| Eigen::VectorX<double> Ikarus::SubsidiaryArgs::DD |
◆ dfdDD
| Eigen::VectorX<double> Ikarus::SubsidiaryArgs::dfdDD |
◆ dfdDlambda
| double Ikarus::SubsidiaryArgs::dfdDlambda |
◆ Dlambda
| double Ikarus::SubsidiaryArgs::Dlambda |
| double Ikarus::SubsidiaryArgs::f |
◆ stepSize
| double Ikarus::SubsidiaryArgs::stepSize |
The documentation for this struct was generated from the following file: