Reference documentation for deal.II version GIT relicensing-218-g1f873f3929 2024-03-28 15:00: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
SolverQMRS< VectorType >::IterationResult Struct Reference

Public Member Functions

 IterationResult (const SolverControl::State state, const double last_residual)
 

Public Attributes

SolverControl::State state
 
double last_residual
 

Detailed Description

template<typename VectorType = Vector<double>>
struct SolverQMRS< VectorType >::IterationResult

A structure returned by the iterate() function representing what it found is happening during the iteration.

Definition at line 205 of file solver_qmrs.h.

Constructor & Destructor Documentation

◆ IterationResult()

template<typename VectorType = Vector<double>>
SolverQMRS< VectorType >::IterationResult::IterationResult ( const SolverControl::State  state,
const double  last_residual 
)

Member Data Documentation

◆ state

template<typename VectorType = Vector<double>>
SolverControl::State SolverQMRS< VectorType >::IterationResult::state

Definition at line 207 of file solver_qmrs.h.

◆ last_residual

template<typename VectorType = Vector<double>>
double SolverQMRS< VectorType >::IterationResult::last_residual

Definition at line 208 of file solver_qmrs.h.


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