![]() |
Reference documentation for deal.II version 8.1.0
|
#include <solver_gmres.h>
Public Member Functions | |
AdditionalData (const unsigned int max_basis_size=30, const bool=true) | |
Public Attributes | |
unsigned int | max_basis_size |
Standardized data struct to pipe additional data to the solver.
Definition at line 315 of file solver_gmres.h.
|
inline |
Constructor. By default, set the number of temporary vectors to 30, preconditioning from left and the residual of the stopping criterion to the default residual (cf. class documentation).
Definition at line 322 of file solver_gmres.h.
unsigned int SolverFGMRES< VECTOR >::AdditionalData::max_basis_size |
Maximum number of tmp vectors.
Definition at line 331 of file solver_gmres.h.