Bridge++
Ver. 1.3.x
|
BiCGStab algorithm. More...
#include <solver_BiCGStab.h>
Public Member Functions | |
Solver_BiCGStab (Fopr *fopr) | |
Solver_BiCGStab (unique_ptr< 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 () |
![]() | |
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 | |
![]() | |
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] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
Definition at line 43 of file solver_BiCGStab.h.
|
inline |
Definition at line 57 of file solver_BiCGStab.h.
|
inline |
Definition at line 60 of file solver_BiCGStab.h.
|
inline |
Definition at line 63 of file solver_BiCGStab.h.
|
inlinevirtual |
Implements Solver.
Definition at line 71 of file solver_BiCGStab.h.
|
private |
Definition at line 177 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 203 of file solver_BiCGStab.cpp.
|
private |
Definition at line 230 of file solver_BiCGStab.cpp.
|
private |
Definition at line 54 of file solver_BiCGStab.h.
|
static |
Definition at line 46 of file solver_BiCGStab.h.
|
private |
Definition at line 49 of file solver_BiCGStab.h.
|
private |
Definition at line 50 of file solver_BiCGStab.h.
|
private |
Definition at line 51 of file solver_BiCGStab.h.
|
private |
Definition at line 54 of file solver_BiCGStab.h.
|
private |
Definition at line 53 of file solver_BiCGStab.h.
|
private |
Definition at line 53 of file solver_BiCGStab.h.
|
private |
Definition at line 53 of file solver_BiCGStab.h.
|
private |
Definition at line 54 of file solver_BiCGStab.h.
|
private |
Definition at line 53 of file solver_BiCGStab.h.
|
private |
Definition at line 53 of file solver_BiCGStab.h.
|
private |
Definition at line 53 of file solver_BiCGStab.h.
|
private |
Definition at line 53 of file solver_BiCGStab.h.