Reference documentation for deal.II version 9.6.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 71 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 82 of file solver_richardson.h.
bool SolverRichardson< VectorType >::AdditionalData::use_preconditioned_residual |
Parameter for stopping criterion.
Definition at line 87 of file solver_richardson.h.