![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Coarsening with Brannick-Falgout strategy. More...
Go to the source code of this file.
Functions | |
INT | fasp_amg_coarsening_cr (const INT i_0, const INT i_n, dCSRmat *A, ivector *vertices, AMG_param *param) |
CR coarsening. More... | |
Coarsening with Brannick-Falgout strategy.
Copyright (C) 2010–Present by the FASP team. All rights reserved.
// TODO: Not completed! –Chensong
Definition in file PreAMGCoarsenCR.c.
#define AMG_COARSEN_CR |
Definition at line 25 of file PreAMGCoarsenCR.c.
INT fasp_amg_coarsening_cr | ( | const INT | i_0, |
const INT | i_n, | ||
dCSRmat * | A, | ||
ivector * | vertices, | ||
AMG_param * | param | ||
) |
CR coarsening.
i_0 | Starting index |
i_n | Ending index |
A | Pointer to dCSRmat: the coefficient matrix (index starts from 0) |
vertices | Pointer to CF, 0: Fpt (current level) or 1: Cpt |
param | Pointer to AMG_param: AMG parameters |
Modified by Chunsheng Feng, Zheng Li on 10/14/2012
CR STAGES
Definition at line 62 of file PreAMGCoarsenCR.c.