23 std::vector<Ikarus::NonLinearSolverInformation>
Implementation of the Newton-Raphson method for solving nonlinear equations.
Definition: assemblermanipulatorbuildingblocks.hh:22
Structure containing information about the control results.
Definition: controlinfos.hh:21
int totalIterations
Total number of iterations performed.
Definition: controlinfos.hh:25
bool success
Flag indicating the success of the control.
Definition: controlinfos.hh:22
std::vector< Ikarus::NonLinearSolverInformation > solverInfos
Vector containing information from nonlinear solvers.
Definition: controlinfos.hh:24