Reference documentation for deal.II version 9.1.1
|
#include <deal.II/lac/solver_bicgstab.h>
Protected Member Functions | |
SolverBicgstabData () | |
Protected Attributes | |
double | alpha |
double | beta |
double | omega |
double | rho |
double | rhobar |
unsigned int | step |
double | res |
Class containing the non-parameter non-template values used by the SolverBicgstab class.
Definition at line 42 of file solver_bicgstab.h.
|
protected |
Default constructor. This is protected so that only SolverBicgstab can create instances.
Definition at line 22 of file solver_bicgstab.cc.
|
protected |
Auxiliary value.
Definition at line 48 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 52 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 56 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 60 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 64 of file solver_bicgstab.h.
|
protected |
Current iteration step.
Definition at line 69 of file solver_bicgstab.h.
|
protected |
Residual.
Definition at line 74 of file solver_bicgstab.h.