Structure containing information about the control results.
#include <ikarus/controlroutines/controlinfos.hh>
| Public Member Functions | |
| ControlInformation (const std::string &n="") | |
| 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::string | name {} | 
| Information about the name of the control method.  More... | |
| 
 | inline | 
| std::string Ikarus::ControlInformation::name {} | 
| std::vector<Ikarus::NonLinearSolverInformation> Ikarus::ControlInformation::solverInfos {} | 
| bool Ikarus::ControlInformation::success {false} | 
| int Ikarus::ControlInformation::totalIterations {0} |