Structure to store a solver status. More...
#include <core/alien/expression/solver/ILinearSolver.h>
Public Member Functions | |
| SolverStatus () | |
| Constructor. | |
Public Attributes | |
| bool | succeeded |
| Whether or not the solver succeeded. | |
| Arccore::Real | residual |
| The residual. | |
| Arccore::Integer | iteration_count |
| The number of iterations. | |
| Arccore::Integer | error |
| The error. | |
Structure to store a solver status.
Definition at line 43 of file ILinearSolver.h.
|
inline |
Constructor.
Definition at line 46 of file ILinearSolver.h.
References error, iteration_count, residual, and succeeded.
| Arccore::Integer Alien::SolverStatus::error |
| Arccore::Integer Alien::SolverStatus::iteration_count |
The number of iterations.
Definition at line 58 of file ILinearSolver.h.
Referenced by SolverStatus().
| Arccore::Real Alien::SolverStatus::residual |
| bool Alien::SolverStatus::succeeded |
Whether or not the solver succeeded.
Definition at line 54 of file ILinearSolver.h.
Referenced by SolverStatus().