Reference documentation for deal.II version 9.1.0-pre
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 471 of file solver_gmres.h.

Constructor & Destructor Documentation

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

Member Data Documentation

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

Maximum number of tmp vectors.

Definition at line 484 of file solver_gmres.h.


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