version 0.4.4
Ikarus::ControlInformation Struct Reference

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::NonLinearSolverInformationsolverInfos {}
 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...
 

Constructor & Destructor Documentation

◆ ControlInformation()

Ikarus::ControlInformation::ControlInformation ( const std::string &  n = "")
inline

Member Data Documentation

◆ name

std::string Ikarus::ControlInformation::name {}

◆ solverInfos

std::vector<Ikarus::NonLinearSolverInformation> Ikarus::ControlInformation::solverInfos {}

◆ success

bool Ikarus::ControlInformation::success {false}

◆ totalIterations

int Ikarus::ControlInformation::totalIterations {0}

The documentation for this struct was generated from the following file: