![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Smoothed aggregation AMG: SETUP phase. More...
#include <math.h>
#include <time.h>
#include "fasp.h"
#include "fasp_functs.h"
#include "PreAMGAggregation.inl"
#include "PreAMGAggregationCSR.inl"
Go to the source code of this file.
Functions | |
SHORT | fasp_amg_setup_sa (AMG_data *mgl, AMG_param *param) |
Set up phase of smoothed aggregation AMG. More... | |
Smoothed aggregation AMG: SETUP phase.
Reference: P. Vanek, J. Madel and M. Brezina Algebraic Multigrid on Unstructured Meshes, 1994
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file PreAMGSetupSA.c.
Set up phase of smoothed aggregation AMG.
Modified by Xiaozhe Hu on 01/23/2011: add AMLI cycle. Modified by Chensong Zhang on 05/10/2013: adjust the structure.
Definition at line 63 of file PreAMGSetupSA.c.