Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07: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
SolverBicgstab< VectorType >::IterationResult Struct Reference

Public Member Functions

 IterationResult (const bool breakdown, const SolverControl::State state, const unsigned int last_step, const double last_residual)
 

Public Attributes

bool breakdown
 
SolverControl::State state
 
unsigned int last_step
 
double last_residual
 

Detailed Description

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

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

Definition at line 178 of file solver_bicgstab.h.

Constructor & Destructor Documentation

◆ IterationResult()

template<typename VectorType = Vector<double>>
SolverBicgstab< VectorType >::IterationResult::IterationResult ( const bool  breakdown,
const SolverControl::State  state,
const unsigned int  last_step,
const double  last_residual 
)

Member Data Documentation

◆ breakdown

template<typename VectorType = Vector<double>>
bool SolverBicgstab< VectorType >::IterationResult::breakdown

Definition at line 180 of file solver_bicgstab.h.

◆ state

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

Definition at line 181 of file solver_bicgstab.h.

◆ last_step

template<typename VectorType = Vector<double>>
unsigned int SolverBicgstab< VectorType >::IterationResult::last_step

Definition at line 182 of file solver_bicgstab.h.

◆ last_residual

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

Definition at line 183 of file solver_bicgstab.h.


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