Public Member Functions | |
AdditionalData (const bool output_solver_details=false, const unsigned int gmres_restart_parameter=30) | |
Public Attributes | |
const bool | output_solver_details |
const unsigned int | gmres_restart_parameter |
TrilinosWrappers::SolverBase::AdditionalData::AdditionalData | ( | const bool | output_solver_details = false , |
|
const unsigned int | gmres_restart_parameter = 30 | |||
) |
Sets the additional data field to the desired output format and puts the restart parameter in case the derived class is GMRES.
TODO: Find a better way for setting the GMRES restart parameter since it is quite inelegant to set a specific option of one solver in the base class for all solvers.
Enables/disables the output of solver details (residual in each iterations etc.).
Restart parameter for GMRES solver.