![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Unsmoothed aggregation AMG: SETUP phase (for BSR matrices) More...
#include <math.h>
#include <time.h>
#include "fasp.h"
#include "fasp_functs.h"
#include "PreAMGAggregation.inl"
#include "PreAMGAggregationBSR.inl"
#include "PreAMGAggregationUA.inl"
Go to the source code of this file.
Functions | |
SHORT | fasp_amg_setup_ua_bsr (AMG_data_bsr *mgl, AMG_param *param) |
Set up phase of unsmoothed aggregation AMG (BSR format) More... | |
Unsmoothed aggregation AMG: SETUP phase (for BSR matrices)
Reference: P. Vanek, J. Madel and M. Brezina Algebraic Multigrid on Unstructured Meshes, 1994
Copyright (C) 2012–Present by the FASP team. All rights reserved.
Definition in file PreAMGSetupUABSR.c.
INT fasp_amg_setup_ua_bsr | ( | AMG_data_bsr * | mgl, |
AMG_param * | param | ||
) |
Set up phase of unsmoothed aggregation AMG (BSR format)
mgl | Pointer to AMG data: AMG_data_bsr |
param | Pointer to AMG parameters: AMG_param |
Definition at line 55 of file PreAMGSetupUABSR.c.