![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Ruge-Stuben AMG: SETUP phase. More...
Go to the source code of this file.
Functions | |
SHORT | fasp_amg_setup_rs (AMG_data *mgl, AMG_param *param) |
Setup phase of Ruge and Stuben's classic AMG. More... | |
Ruge-Stuben AMG: SETUP phase.
Reference: Multigrid by U. Trottenberg, C. W. Oosterlee and A. Schuller Appendix P475 A.7 (by A. Brandt, P. Oswald and K. Stuben) Academic Press Inc., San Diego, CA, 2001.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file PreAMGSetupRS.c.
Setup phase of Ruge and Stuben's classic AMG.
Modified by Xiaozhe Hu on 01/23/2011: add AMLI cycle. Modified by Xiaozhe Hu on 04/24/2013: aggressive coarsening. Modified by Chensong Zhang on 09/23/2014: check coarse spaces. Modified by Chensong Zhang on 08/28/2022: min_cdof from SHORT to INT.
Definition at line 52 of file PreAMGSetupRS.c.