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
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<class VectorType = Vector<double>>
struct SolverIDR< VectorType >::AdditionalData

Structure for storing additional data needed by the solver.

Definition at line 123 of file solver_idr.h.

Constructor & Destructor Documentation

◆ AdditionalData()

template<class 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 128 of file solver_idr.h.

Member Data Documentation

◆ s

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

Definition at line 132 of file solver_idr.h.


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