|
Bridge++
Ver. 1.1.x
|
CGNR solver. More...
#include <solver_CGNR.h>
Public Member Functions | |
| Solver_CGNR (Fopr *fopr) | |
| ~Solver_CGNR () | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from Solver | |
| Bridge::VerboseLevel | m_vl |
CGNR solver.
solve D x = b by (Ddag D) x = b' and b' = Ddag b.
delegate to base CG solver.
Definition at line 38 of file solver_CGNR.h.
|
inline |
Definition at line 42 of file solver_CGNR.h.
|
inline |
Definition at line 45 of file solver_CGNR.h.
|
inlinevirtual |
Reimplemented from Solver_CG.
Definition at line 51 of file solver_CGNR.h.
|
virtual |
Reimplemented from Solver_CG.
Definition at line 56 of file solver_CGNR.cpp.
|
virtual |
Reimplemented from Solver_CG.
Definition at line 63 of file solver_CGNR.cpp.