Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::SolverStatus Struct Reference

Structure to store a solver status. More...

#include <core/alien/expression/solver/ILinearSolver.h>

Collaboration diagram for Alien::SolverStatus:

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.

Detailed Description

Structure to store a solver status.

Definition at line 43 of file ILinearSolver.h.

Constructor & Destructor Documentation

◆ SolverStatus()

Alien::SolverStatus::SolverStatus ( )
inline

Constructor.

Definition at line 46 of file ILinearSolver.h.

References error, iteration_count, residual, and succeeded.

Member Data Documentation

◆ error

Arccore::Integer Alien::SolverStatus::error

The error.

Definition at line 60 of file ILinearSolver.h.

Referenced by SolverStatus().

◆ iteration_count

Arccore::Integer Alien::SolverStatus::iteration_count

The number of iterations.

Definition at line 58 of file ILinearSolver.h.

Referenced by SolverStatus().

◆ residual

Arccore::Real Alien::SolverStatus::residual

The residual.

Definition at line 56 of file ILinearSolver.h.

Referenced by SolverStatus().

◆ succeeded

bool Alien::SolverStatus::succeeded

Whether or not the solver succeeded.

Definition at line 54 of file ILinearSolver.h.

Referenced by SolverStatus().


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