| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
CGNE solver. More...
#include <solver_CGNE.h>
  
 Public Member Functions | |
| Solver_CGNE (Fopr *fopr) | |
| ~Solver_CGNE () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | solve (Field &solution, const Field &source, int &Nconv, double &diff) | 
| Fopr * | get_fopr () | 
  Public Member Functions inherited from Solver_CG | |
| Solver_CG (Fopr *fopr) | |
| ~Solver_CG () | |
| void | set_parameters (const int Niter, const double Stop_cond) | 
  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_CGNE" | 
  Static Public Attributes inherited from Solver_CG | |
| static const std::string | class_name = "Solver_CG" | 
Private Attributes | |
| Field | m_y | 
Additional Inherited Members | |
  Protected Attributes inherited from Solver | |
| Bridge::VerboseLevel | m_vl | 
CGNE solver.
solve D x = b by (D Ddag) y = b and x = Ddag y.
delegate to base CG solver.
Definition at line 37 of file solver_CGNE.h.
      
  | 
  inline | 
Definition at line 45 of file solver_CGNE.h.
      
  | 
  inline | 
Definition at line 48 of file solver_CGNE.h.
      
  | 
  inlinevirtual | 
Reimplemented from Solver_CG.
Definition at line 54 of file solver_CGNE.h.
      
  | 
  virtual | 
Reimplemented from Solver_CG.
Definition at line 55 of file solver_CGNE.cpp.
      
  | 
  virtual | 
Reimplemented from Solver_CG.
Definition at line 62 of file solver_CGNE.cpp.
      
  | 
  static | 
Definition at line 43 of file solver_CGNE.h.
      
  | 
  private | 
Definition at line 40 of file solver_CGNE.h.