Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/solver_richardson.h>
Public Member Functions | |
AdditionalData (const double omega=1, const bool use_preconditioned_residual=false) | |
Public Attributes | |
double | omega |
bool | use_preconditioned_residual |
Standardized data struct to pipe additional data to the solver.
Definition at line 67 of file solver_richardson.h.
|
explicit |
Constructor. By default, set the damping parameter to one.
double SolverRichardson< VectorType >::AdditionalData::omega |
Relaxation parameter.
Definition at line 79 of file solver_richardson.h.
bool SolverRichardson< VectorType >::AdditionalData::use_preconditioned_residual |
Parameter for stopping criterion.
Definition at line 84 of file solver_richardson.h.