![]() |
Reference documentation for deal.II version 9.5.0
|
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 179 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 181 of file solver_bicgstab.h.
| SolverControl::State SolverBicgstab< VectorType >::IterationResult::state |
Definition at line 182 of file solver_bicgstab.h.
| unsigned int SolverBicgstab< VectorType >::IterationResult::last_step |
Definition at line 183 of file solver_bicgstab.h.
| double SolverBicgstab< VectorType >::IterationResult::last_residual |
Definition at line 184 of file solver_bicgstab.h.