Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SolverRichardson< VectorType >::AdditionalData Struct Reference

#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
 

Detailed Description

template<class VectorType = Vector<double>>
struct SolverRichardson< VectorType >::AdditionalData

Standardized data struct to pipe additional data to the solver.

Definition at line 70 of file solver_richardson.h.

Constructor & Destructor Documentation

◆ AdditionalData()

template<class VectorType = Vector<double>>
SolverRichardson< VectorType >::AdditionalData::AdditionalData ( const double  omega = 1,
const bool  use_preconditioned_residual = false 
)
explicit

Constructor. By default, set the damping parameter to one.

Member Data Documentation

◆ omega

template<class VectorType = Vector<double>>
double SolverRichardson< VectorType >::AdditionalData::omega

Relaxation parameter.

Definition at line 81 of file solver_richardson.h.

◆ use_preconditioned_residual

template<class VectorType = Vector<double>>
bool SolverRichardson< VectorType >::AdditionalData::use_preconditioned_residual

Parameter for stopping criterion.

Definition at line 86 of file solver_richardson.h.


The documentation for this struct was generated from the following file: