![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Setup phase for the Schwarz methods. More...
Go to the source code of this file.
Functions | |
INT | fasp_swz_dcsr_setup (SWZ_data *swzdata, SWZ_param *swzparam) |
Setup phase for the Schwarz methods. More... | |
void | fasp_dcsr_swz_forward (SWZ_data *swzdata, SWZ_param *swzparam, dvector *x, dvector *b) |
Schwarz smoother: forward sweep. More... | |
void | fasp_dcsr_swz_backward (SWZ_data *swzdata, SWZ_param *swzparam, dvector *x, dvector *b) |
Schwarz smoother: backward sweep. More... | |
Setup phase for the Schwarz methods.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaSchwarzSetup.c.
Schwarz smoother: backward sweep.
swzdata | Pointer to the Schwarz data |
swzparam | Pointer to the Schwarz parameter |
x | Pointer to solution vector |
b | Pointer to right hand |
Definition at line 328 of file BlaSchwarzSetup.c.
Schwarz smoother: forward sweep.
swzdata | Pointer to the Schwarz data |
swzparam | Pointer to the Schwarz parameter |
x | Pointer to solution vector |
b | Pointer to right hand |
Definition at line 218 of file BlaSchwarzSetup.c.
Setup phase for the Schwarz methods.
swzdata | Pointer to the Schwarz data |
swzparam | Type of the Schwarz method |
Modified by Zheng Li on 10/09/2014
Definition at line 46 of file BlaSchwarzSetup.c.