![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Algebraic multigrid iterations: SOLVE phase. More...
Go to the source code of this file.
Functions | |
INT | fasp_amg_solve (AMG_data *mgl, AMG_param *param) |
AMG – SOLVE phase. More... | |
INT | fasp_amg_solve_amli (AMG_data *mgl, AMG_param *param) |
AMLI – SOLVE phase. More... | |
INT | fasp_amg_solve_namli (AMG_data *mgl, AMG_param *param) |
Nonlinear AMLI – SOLVE phase. More... | |
void | fasp_famg_solve (AMG_data *mgl, AMG_param *param) |
FMG – SOLVE phase. More... | |
Algebraic multigrid iterations: SOLVE phase.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file PreMGSolve.c.
AMG – SOLVE phase.
Modified by Chensong 04/21/2013: Fix an output typo
Definition at line 49 of file PreMGSolve.c.
AMLI – SOLVE phase.
Modified by Chensong 04/21/2013: Fix an output typo
Definition at line 142 of file PreMGSolve.c.
Nonlinear AMLI – SOLVE phase.
Modified by Chensong 04/21/2013: Fix an output typo
Definition at line 230 of file PreMGSolve.c.