Reference documentation for deal.II version 9.0.0
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, const bool=true)
 

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 458 of file solver_gmres.h.

Constructor & Destructor Documentation

◆ AdditionalData()

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

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

Definition at line 464 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 number of tmp vectors.

Definition at line 473 of file solver_gmres.h.


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