![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Interpolation operators for AMG based on energy-min. More...
Go to the source code of this file.
Functions | |
void | fasp_amg_interp_em (dCSRmat *A, ivector *vertices, dCSRmat *P, AMG_param *param) |
Energy-min interpolation. More... | |
Interpolation operators for AMG based on energy-min.
Reference: J. Xu and L. Zikatanov On An Energy Minimizing Basis in Algebraic Multigrid Methods, Computing and visualization in sciences, 2003
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file PreAMGInterpEM.c.
Energy-min interpolation.
A | Pointer to dCSRmat: the coefficient matrix (index starts from 0) |
vertices | Pointer to the indicator of CF splitting on fine or coarse grid |
P | Pointer to the dCSRmat matrix of resulted interpolation |
param | Pointer to AMG_param: AMG parameters |
Modified by Chunsheng Feng, Zheng Li on 10/17/2012: add OMP support Modified by Chensong Zhang on 05/14/2013: reconstruct the code
Definition at line 63 of file PreAMGInterpEM.c.