Full AMG method as an iterative solver.
More...
#include <time.h>
#include "fasp.h"
#include "fasp_functs.h"
Go to the source code of this file.
Full AMG method as an iterative solver.
- Note
- This file contains Level-5 (Sol) functions. It requires: AuxMessage.c, AuxTiming.c, AuxVector.c, BlaSparseCheck.c, BlaSparseCSR.c, PreAMGSetupRS.c, PreAMGSetupSA.c, PreAMGSetupUA.c, PreDataInit.c, and PreMGSolve.c
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Released under the terms of the GNU Lesser General Public License 3.0 or later.
Definition in file SolFAMG.c.
◆ fasp_solver_famg()
Solve Ax=b by full AMG.
- Parameters
-
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 |
- Author
- Xiaozhe Hu
- Date
- 02/27/2011
Modified by Chensong Zhang on 05/05/2013: Remove error handling for AMG setup
Definition at line 41 of file SolFAMG.c.