| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
BiCGStab algorithm with complex variables. More...
#include <solver_BiCGStab_Cmplx.h>
  
 Public Member Functions | |
| Solver_BiCGStab_Cmplx (Fopr *fopr) | |
| ~Solver_BiCGStab_Cmplx () | |
| 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_Cmplx" | 
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 | 
| dcomplex | rho_prev | 
| dcomplex | alpha_prev | 
| dcomplex | omega_prev | 
Additional Inherited Members | |
  Protected Attributes inherited from Solver | |
| Bridge::VerboseLevel | m_vl | 
BiCGStab algorithm with complex variables.
This class implements BiCGStab algorithm for nonhermitian matrix. The product of vectors is treated in complex. 12 Feb 2012 Y.Namekawa YAML is implemented. [14 Nov 2012 Y.Namekawa] Multi-threaded. [10 Jul 2014 H.Matsufuru]
Definition at line 42 of file solver_BiCGStab_Cmplx.h.
      
  | 
  inline | 
Definition at line 56 of file solver_BiCGStab_Cmplx.h.
      
  | 
  inline | 
Definition at line 59 of file solver_BiCGStab_Cmplx.h.
      
  | 
  inlinevirtual | 
Implements Solver.
Definition at line 67 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 203 of file solver_BiCGStab_Cmplx.cpp.
      
  | 
  virtual | 
Implements Solver.
Definition at line 55 of file solver_BiCGStab_Cmplx.cpp.
      
  | 
  virtual | 
Implements Solver.
Definition at line 80 of file solver_BiCGStab_Cmplx.cpp.
      
  | 
  virtual | 
Implements Solver.
Definition at line 107 of file solver_BiCGStab_Cmplx.cpp.
      
  | 
  private | 
Definition at line 228 of file solver_BiCGStab_Cmplx.cpp.
      
  | 
  private | 
Definition at line 255 of file solver_BiCGStab_Cmplx.cpp.
      
  | 
  private | 
Definition at line 53 of file solver_BiCGStab_Cmplx.h.
      
  | 
  static | 
Definition at line 45 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 48 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 49 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 50 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 53 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 52 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 52 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 52 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 53 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 52 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 52 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 52 of file solver_BiCGStab_Cmplx.h.
      
  | 
  private | 
Definition at line 52 of file solver_BiCGStab_Cmplx.h.