GEOS
|
Struct to serve as a container for variable strings and keys. More...
#include <SolverStatistics.hpp>
Static Public Member Functions | |
static constexpr char const * | numTimeStepsString () |
String key for the number of time steps. | |
static constexpr char const * | numTimeStepCutsString () |
String key for the number of time step cuts. | |
static constexpr char const * | numSuccessfulOuterLoopIterationsString () |
String key for the successful number of outer loop iterations. | |
static constexpr char const * | numSuccessfulNonlinearIterationsString () |
String key for the successful number of nonlinear iterations. | |
static constexpr char const * | numSuccessfulLinearIterationsString () |
String key for the successful number of linear iterations. | |
static constexpr char const * | numDiscardedOuterLoopIterationsString () |
String key for the discarded number of outer loop iterations. | |
static constexpr char const * | numDiscardedNonlinearIterationsString () |
String key for the discarded number of nonlinear iterations. | |
static constexpr char const * | numDiscardedLinearIterationsString () |
String key for the discarded number of linear iterations. | |
Struct to serve as a container for variable strings and keys.
Definition at line 136 of file SolverStatistics.hpp.