Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SolverIDR< VectorType >::AdditionalData Struct Reference

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

Public Member Functions

 AdditionalData (const unsigned int s=2)
 

Public Attributes

const unsigned int s
 

Detailed Description

template<typename VectorType = Vector<double>>
struct SolverIDR< VectorType >::AdditionalData

Structure for storing additional data needed by the solver.

Definition at line 124 of file solver_idr.h.

Constructor & Destructor Documentation

◆ AdditionalData()

template<typename VectorType = Vector<double>>
SolverIDR< VectorType >::AdditionalData::AdditionalData ( const unsigned int  s = 2)
inlineexplicit

Constructor. By default, an IDR(2) method is used.

Definition at line 129 of file solver_idr.h.

Member Data Documentation

◆ s

template<typename VectorType = Vector<double>>
const unsigned int SolverIDR< VectorType >::AdditionalData::s

Definition at line 133 of file solver_idr.h.


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