deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
Public Member Functions | |
IterationResult (const bool breakdown, const SolverControl::State state, const unsigned int last_step, const double last_residual) | |
Public Attributes | |
bool | breakdown |
SolverControl::State | state |
unsigned int | last_step |
double | last_residual |
A structure returned by the iterate() function representing what it found is happening during the iteration.
Definition at line 182 of file solver_bicgstab.h.
SolverBicgstab< VectorType >::IterationResult::IterationResult | ( | const bool | breakdown, |
const SolverControl::State | state, | ||
const unsigned int | last_step, | ||
const double | last_residual | ||
) |
bool SolverBicgstab< VectorType >::IterationResult::breakdown |
Definition at line 184 of file solver_bicgstab.h.
SolverControl::State SolverBicgstab< VectorType >::IterationResult::state |
Definition at line 185 of file solver_bicgstab.h.
unsigned int SolverBicgstab< VectorType >::IterationResult::last_step |
Definition at line 186 of file solver_bicgstab.h.
double SolverBicgstab< VectorType >::IterationResult::last_residual |
Definition at line 187 of file solver_bicgstab.h.