![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Abstract multigrid cycle – recursive version. More...
#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_mgrecur (AMG_data *mgl, AMG_param *param, INT level) |
Solve Ax=b with recursive multigrid K-cycle. More... | |
Abstract multigrid cycle – recursive version.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file PreMGRecur.c.
Solve Ax=b with recursive multigrid K-cycle.
mgl | Pointer to AMG data: AMG_data |
param | Pointer to AMG parameters: AMG_param |
level | Index of the current level |
Modified by Chensong Zhang on 02/27/2013: update direct solvers.
Definition at line 47 of file PreMGRecur.c.