![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Abstract non-recursive full multigrid cycle. More...
#include <math.h>#include <time.h>#include "fasp.h"#include "fasp_functs.h"#include "PreMGUtil.inl"#include "PreMGSmoother.inl"Go to the source code of this file.
Functions | |
| void | fasp_solver_fmgcycle (AMG_data *mgl, AMG_param *param) |
| Solve Ax=b with non-recursive full multigrid K-cycle. More... | |
Abstract non-recursive full multigrid cycle.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file PreMGCycleFull.c.
Solve Ax=b with non-recursive full multigrid K-cycle.
Modified by Chensong Zhang on 06/01/2012: fix a bug when there is only one level. Modified by Hongxuan Zhang on 12/15/2015: update direct solvers.
Definition at line 47 of file PreMGCycleFull.c.