Public Member Functions | |
AdditionalData (const unsigned int gmres_restart_parameter=30, const bool right_preconditioning=false, const bool output_details=false) | |
Public Attributes | |
unsigned int | gmres_restart_parameter |
bool | right_preconditioning |
bool | output_details |
Standardized data struct to pipe additional data to the solver.
TrilinosWrappers::SolverBlockBase::AdditionalData::AdditionalData | ( | const unsigned int | gmres_restart_parameter = 30 , |
|
const bool | right_preconditioning = false , |
|||
const bool | output_details = false | |||
) |
Restart parameter in case the derived class is GMRES.
TODO: Find a better way for doing this.
The number of vectors that should be used in the GMRES algorithm before the solver is restarted.
Flag that turns right preconditioning on.
A flag to determine whether solver details should be written to screen.