Public Member Functions | Public Attributes

SolverFGMRES< VECTOR >::AdditionalData Struct Reference

List of all members.

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 VECTOR = Vector<double>>
struct SolverFGMRES< VECTOR >::AdditionalData

Standardized data struct to pipe additional data to the solver.

Definition at line 322 of file solver_gmres.h.


Constructor & Destructor Documentation

template<class VECTOR = Vector<double>>
SolverFGMRES< VECTOR >::AdditionalData::AdditionalData ( const unsigned int  max_basis_size = 30,
const   bool = true 
) [inline]

Constructor. By default, set the number of temporary vectors to 30, preconditioning from left and the residual of the stopping criterion to the default residual (cf. class documentation).

Definition at line 334 of file solver_gmres.h.


Member Data Documentation

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

Maximum number of tmp vectors.

Definition at line 344 of file solver_gmres.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:11 by doxygen 1.7.2