|
| HyprePCG (HypreParMatrix &_A) |
|
void | SetTol (double tol) |
|
void | SetMaxIter (int max_iter) |
|
void | SetLogging (int logging) |
|
void | SetPrintLevel (int print_lvl) |
|
void | SetPreconditioner (HypreSolver &precond) |
| Set the hypre solver to be used as a preconditioner. More...
|
|
void | SetResidualConvergenceOptions (int res_frequency=-1, double rtol=0.0) |
|
void | SetZeroInintialIterate () |
| non-hypre setting More...
|
|
void | GetNumIterations (int &num_iterations) |
|
virtual | operator HYPRE_Solver () const |
| The typecast to HYPRE_Solver returns the internal pcg_solver. More...
|
|
virtual HYPRE_PtrToParSolverFcn | SetupFcn () const |
| PCG Setup function. More...
|
|
virtual HYPRE_PtrToParSolverFcn | SolveFcn () const |
| PCG Solve function. More...
|
|
virtual void | Mult (const HypreParVector &b, HypreParVector &x) const |
| Solve Ax=b with hypre's PCG. More...
|
|
virtual | ~HyprePCG () |
|
| HypreSolver () |
|
| HypreSolver (HypreParMatrix *_A) |
|
virtual void | SetOperator (const Operator &op) |
| Set/update the solver for the given operator. More...
|
|
virtual void | Mult (const Vector &b, Vector &x) const |
| Operator application. More...
|
|
virtual | ~HypreSolver () |
|
| Solver (int s=0, bool iter_mode=false) |
|
| Solver (int h, int w, bool iter_mode=false) |
| Initialize a Solver with height 'h' and width 'w'. More...
|
|
| Operator (int s=0) |
| Construct a square Operator with given size s (default 0) More...
|
|
| Operator (int h, int w) |
|
int | Height () const |
| Get the height (size of output) of the Operator. Synonym with NumRows. More...
|
|
int | NumRows () const |
|
int | Width () const |
| Get the width (size of input) of the Operator. Synonym with NumCols. More...
|
|
int | NumCols () const |
|
virtual void | MultTranspose (const Vector &x, Vector &y) const |
| Action of the transpose operator. More...
|
|
virtual Operator & | GetGradient (const Vector &x) const |
| Evaluate the gradient operator at the point x. More...
|
|
void | PrintMatlab (std::ostream &out, int n=0, int m=0) const |
| Prints operator with input size n and output size m in matlab format. More...
|
|
virtual | ~Operator () |
|
PCG solver in hypre.
Definition at line 565 of file hypre.hpp.