OGS
|
Status of the non-linear solver.
Definition at line 15 of file NonlinearSolverStatus.h.
#include <NonlinearSolverStatus.h>
Public Attributes | |
bool | error_norms_met = false |
int | number_iterations = -1 |
bool NumLib::NonlinearSolverStatus::error_norms_met = false |
Definition at line 17 of file NonlinearSolverStatus.h.
Referenced by ProcessLib::TimeLoop::preTsNonlinearSolvePostTs(), and ProcessLib::TimeLoop::solveUncoupledEquationSystems().
int NumLib::NonlinearSolverStatus::number_iterations = -1 |
Definition at line 18 of file NonlinearSolverStatus.h.