|
Bridge++
Ver. 1.2.x
|
BiCGStab algorithm. More...
#include <solver_BiCGStab.h>
Public Member Functions | |
| Solver_BiCGStab (Fopr *fopr) | |
| ~Solver_BiCGStab () | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (const int Niter, const double Stop_cond) |
| void | solve (Field &solution, const Field &source, int &Nconv, double &diff) |
| Fopr * | get_fopr () |
Public Member Functions inherited from Solver | |
| Solver () | |
| virtual | ~Solver () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Static Public Attributes | |
| static const std::string | class_name = "Solver_BiCGStab" |
Private Member Functions | |
| void | reset_field (const Field &) |
| void | solve_init (const Field &, double &) |
| void | solve_step (double &) |
Private Attributes | |
| Fopr * | m_fopr |
| int | m_Niter |
| double | m_Stop_cond |
| Field | s |
| Field | r |
| Field | x |
| Field | rh |
| Field | p |
| Field | v |
| Field | t |
| double | rho_prev |
| double | alpha_prev |
| double | omega_prev |
Additional Inherited Members | |
Protected Attributes inherited from Solver | |
| Bridge::VerboseLevel | m_vl |
BiCGStab algorithm.
This class implements BiCGStab algorithm for nonhermitian matrix. The product of vectors is treated in not complex but real. 22 Dec 2011 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] Multi-threaded. [17 Jul 2014 Y.Namekawa]
Definition at line 41 of file solver_BiCGStab.h.
|
inline |
Definition at line 55 of file solver_BiCGStab.h.
|
inline |
Definition at line 58 of file solver_BiCGStab.h.
|
inlinevirtual |
Implements Solver.
Definition at line 66 of file solver_BiCGStab.h.
|
private |
Definition at line 199 of file solver_BiCGStab.cpp.
|
virtual |
Implements Solver.
Definition at line 53 of file solver_BiCGStab.cpp.
|
virtual |
Implements Solver.
Definition at line 78 of file solver_BiCGStab.cpp.
|
virtual |
Implements Solver.
Definition at line 104 of file solver_BiCGStab.cpp.
|
private |
Definition at line 224 of file solver_BiCGStab.cpp.
|
private |
Definition at line 250 of file solver_BiCGStab.cpp.
|
private |
Definition at line 52 of file solver_BiCGStab.h.
|
static |
Definition at line 44 of file solver_BiCGStab.h.
|
private |
Definition at line 47 of file solver_BiCGStab.h.
|
private |
Definition at line 48 of file solver_BiCGStab.h.
|
private |
Definition at line 49 of file solver_BiCGStab.h.
|
private |
Definition at line 52 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.
|
private |
Definition at line 52 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.