Structure containing information about the control results.
#include <ikarus/controlroutines/controlinfos.hh>
Public Attributes | |
bool | success {false} |
Flag indicating the success of the control. More... | |
std::vector< Ikarus::NonLinearSolverInformation > | solverInfos {} |
Vector containing information from nonlinear solvers. More... | |
int | totalIterations {0} |
Total number of iterations performed. More... | |
std::vector<Ikarus::NonLinearSolverInformation> Ikarus::ControlInformation::solverInfos {} |
bool Ikarus::ControlInformation::success {false} |
int Ikarus::ControlInformation::totalIterations {0} |