![]() |
|
A class to handle errors in the Newton solver. More...
#include <problem.h>
Public Member Functions | |
| NewtonSolverError () | |
| Default constructor, does nothing. More... | |
| NewtonSolverError (const bool &Passed_linear_failure) | |
| Constructor that passes a failure of the linear solver. More... | |
| NewtonSolverError (unsigned Passed_iterations, double Passed_maxres) | |
| Constructor that passes number of iterations and residuals. More... | |
Public Attributes | |
| bool | linear_solver_error |
| Error in the linear solver. More... | |
| unsigned | iterations |
| Max. # of iterations performed when the Newton solver died. More... | |
| double | maxres |
| Max. residual when Newton solver died. More... | |
A class to handle errors in the Newton solver.
|
inline |
Default constructor, does nothing.
|
inline |
Constructor that passes a failure of the linear solver.
|
inline |
Constructor that passes number of iterations and residuals.
| unsigned oomph::NewtonSolverError::iterations |
Max. # of iterations performed when the Newton solver died.
| bool oomph::NewtonSolverError::linear_solver_error |
Error in the linear solver.
| double oomph::NewtonSolverError::maxres |
Max. residual when Newton solver died.