Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.4.1
\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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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)
 

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()

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.

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


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