|
Bridge++
Ver. 1.1.x
|
BiCGStab(L) algorithm. More...
#include <solver_BiCGStab_L_Cmplx.h>
Public Member Functions | |
| Solver_BiCGStab_L_Cmplx (Fopr *fopr) | |
| ~Solver_BiCGStab_L_Cmplx () | |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (const int Niter, const double Stop_cond) |
| void | set_parameters_L (const int N_L) |
| 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) |
Private Member Functions | |
| void | reset_field (const Field &) |
| void | solve_init (const Field &, double &) |
| void | solve_step (double &) |
| void | innerprod_c (double &prod_r, double &prod_i, const Field &v, const Field &w) |
| void | mult_c (Field &v, const Field &w, const double &prod_r, const double &prod_i) |
| int | index_ij (int i, int j) |
Private Attributes | |
| Fopr * | m_fopr |
| int | m_N_L |
| double | m_Tol_L |
| int | m_Niter |
| double | m_Stop_cond |
| std::valarray< Field > | u |
| std::valarray< Field > | r |
| Field | s |
| Field | x |
| Field | r_init |
| Field | v_tmp |
| dcomplex | rho_p |
| dcomplex | alpha_p |
| dcomplex | omega_p |
Additional Inherited Members | |
Protected Attributes inherited from Solver | |
| Bridge::VerboseLevel | m_vl |
BiCGStab(L) algorithm.
This class implements BiCGStab(L) algorithm for nonhermitian matrix. The matrix is just nonsymmetric matrix, and the product of vectors is treated in complex. See G.L.G.Sleijpen and D.R.Fokkema, Elec.Trans.Numer.Anal. 1 (1993) 11. 22 Jan 2012 Y.Namekawa YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 45 of file solver_BiCGStab_L_Cmplx.h.
|
inline |
Definition at line 62 of file solver_BiCGStab_L_Cmplx.h.
|
inline |
Definition at line 65 of file solver_BiCGStab_L_Cmplx.h.
|
inlinevirtual |
Implements Solver.
Definition at line 75 of file solver_BiCGStab_L_Cmplx.h.
|
inlineprivate |
Definition at line 90 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 372 of file solver_BiCGStab_L_Cmplx.cpp.
|
private |
Definition at line 395 of file solver_BiCGStab_L_Cmplx.cpp.
|
private |
Definition at line 183 of file solver_BiCGStab_L_Cmplx.cpp.
|
virtual |
Implements Solver.
Definition at line 58 of file solver_BiCGStab_L_Cmplx.cpp.
|
virtual |
Implements Solver.
Definition at line 86 of file solver_BiCGStab_L_Cmplx.cpp.
| void Solver_BiCGStab_L_Cmplx::set_parameters_L | ( | const int | N_L | ) |
Definition at line 110 of file solver_BiCGStab_L_Cmplx.cpp.
|
virtual |
Implements Solver.
Definition at line 130 of file solver_BiCGStab_L_Cmplx.cpp.
|
private |
Definition at line 211 of file solver_BiCGStab_L_Cmplx.cpp.
|
private |
Definition at line 234 of file solver_BiCGStab_L_Cmplx.cpp.
|
private |
Definition at line 59 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 48 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 50 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 53 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 54 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 51 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 59 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 56 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 58 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 59 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 58 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 56 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 58 of file solver_BiCGStab_L_Cmplx.h.
|
private |
Definition at line 58 of file solver_BiCGStab_L_Cmplx.h.