28 std::vector<Ikarus::NonLinearSolverInformation>
Implementation of the solver information returned by the nonlinear solvers.
Definition: assemblermanipulatorbuildingblocks.hh:22
Structure containing information about the control results.
Definition: controlinfos.hh:23
ControlInformation(const std::string &n="")
Definition: controlinfos.hh:24
int totalIterations
Total number of iterations performed.
Definition: controlinfos.hh:30
std::string name
Information about the name of the control method.
Definition: controlinfos.hh:31
bool success
Flag indicating the success of the control.
Definition: controlinfos.hh:27
std::vector< Ikarus::NonLinearSolverInformation > solverInfos
Vector containing information from nonlinear solvers.
Definition: controlinfos.hh:29