Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
Protected Member Functions | Protected Attributes | List of all members
internal::SolverBicgstabData Class Reference

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

Inheritance diagram for internal::SolverBicgstabData:
[legend]

Protected Member Functions

 SolverBicgstabData ()
 

Protected Attributes

double alpha
 
double beta
 
double omega
 
double rho
 
double rhobar
 
unsigned int step
 
double res
 

Detailed Description

Class containing the non-parameter non-template values used by the SolverBicgstab class.

Definition at line 42 of file solver_bicgstab.h.

Constructor & Destructor Documentation

◆ SolverBicgstabData()

internal::SolverBicgstabData::SolverBicgstabData ( )
protected

Default constructor. This is protected so that only SolverBicgstab can create instances.

Definition at line 22 of file solver_bicgstab.cc.

Member Data Documentation

◆ alpha

double internal::SolverBicgstabData::alpha
protected

Auxiliary value.

Definition at line 48 of file solver_bicgstab.h.

◆ beta

double internal::SolverBicgstabData::beta
protected

Auxiliary value.

Definition at line 52 of file solver_bicgstab.h.

◆ omega

double internal::SolverBicgstabData::omega
protected

Auxiliary value.

Definition at line 56 of file solver_bicgstab.h.

◆ rho

double internal::SolverBicgstabData::rho
protected

Auxiliary value.

Definition at line 60 of file solver_bicgstab.h.

◆ rhobar

double internal::SolverBicgstabData::rhobar
protected

Auxiliary value.

Definition at line 64 of file solver_bicgstab.h.

◆ step

unsigned int internal::SolverBicgstabData::step
protected

Current iteration step.

Definition at line 69 of file solver_bicgstab.h.

◆ res

double internal::SolverBicgstabData::res
protected

Residual.

Definition at line 74 of file solver_bicgstab.h.


The documentation for this class was generated from the following files: