![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Smoothers for dCSRmat matrices using compatible relaxation. More...
Go to the source code of this file.
Functions | |
void | fasp_smoother_dcsr_gscr (INT pt, INT n, REAL *u, INT *ia, INT *ja, REAL *a, REAL *b, INT L, INT *CF) |
Gauss Seidel method restriced to a block. More... | |
Smoothers for dCSRmat matrices using compatible relaxation.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
// TODO: Need to optimize routines here! –Chensong
Definition in file ItrSmootherCSRcr.c.
void fasp_smoother_dcsr_gscr | ( | INT | pt, |
INT | n, | ||
REAL * | u, | ||
INT * | ia, | ||
INT * | ja, | ||
REAL * | a, | ||
REAL * | b, | ||
INT | L, | ||
INT * | CF | ||
) |
Gauss Seidel method restriced to a block.
pt | Relax type, e.g., cpt, fpt, etc.. |
n | Number of variables |
u | Iterated solution |
ia | Row pointer |
ja | Column index |
a | Pointers to sparse matrix values in CSR format |
b | Pointer to right hand side |
L | Number of iterations |
CF | Marker for C, F points |
Definition at line 48 of file ItrSmootherCSRcr.c.