![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
AMG method as an iterative solver. More...
Go to the source code of this file.
Functions | |
INT | fasp_solver_amg (dCSRmat *A, dvector *b, dvector *x, AMG_param *param) |
Solve Ax = b by algebraic multigrid methods. More... | |
AMG method as an iterative solver.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file SolAMG.c.
Solve Ax = b by algebraic multigrid methods.
A | Pointer to dCSRmat: the coefficient matrix |
b | Pointer to dvector: the right hand side |
x | Pointer to dvector: the unknowns |
param | Pointer to AMG_param: AMG parameters |
Modified by Chensong Zhang on 07/26/2014: Add error handling for AMG setup Modified by Chensong Zhang on 02/01/2021: Add return value