Reference documentation for deal.II version 9.0.0
|
#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 39 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 45 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 49 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 53 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 57 of file solver_bicgstab.h.
|
protected |
Auxiliary value.
Definition at line 61 of file solver_bicgstab.h.
|
protected |
Current iteration step.
Definition at line 66 of file solver_bicgstab.h.
|
protected |
Residual.
Definition at line 71 of file solver_bicgstab.h.