Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
Public Member Functions | Public Attributes | List of all members
SolverFGMRES< VectorType >::AdditionalData Struct Reference

#include <deal.II/lac/solver_gmres.h>

Public Member Functions

 AdditionalData (const unsigned int max_basis_size=30)
 
 AdditionalData (const unsigned int max_basis_size, const bool use_default_residual)
 

Public Attributes

unsigned int max_basis_size
 

Detailed Description

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

Standardized data struct to pipe additional data to the solver.

Definition at line 466 of file solver_gmres.h.

Constructor & Destructor Documentation

◆ AdditionalData() [1/2]

template<class VectorType = Vector<double>>
SolverFGMRES< VectorType >::AdditionalData::AdditionalData ( const unsigned int  max_basis_size = 30)
inlineexplicit

Constructor. By default, set the maximum basis size to 30.

Definition at line 471 of file solver_gmres.h.

◆ AdditionalData() [2/2]

template<class VectorType = Vector<double>>
SolverFGMRES< VectorType >::AdditionalData::AdditionalData ( const unsigned int  max_basis_size,
const bool  use_default_residual 
)
inline
Deprecated:
: use the other constructor as the second argument is unused.

Definition at line 480 of file solver_gmres.h.

Member Data Documentation

◆ max_basis_size

template<class VectorType = Vector<double>>
unsigned int SolverFGMRES< VectorType >::AdditionalData::max_basis_size

Maximum basis size.

Definition at line 490 of file solver_gmres.h.


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