MGGetSmootherUp
Gets the SLES context to be used as smoother after coarse grid correction (post-smoother).
Synopsis
#include "sles.h"
#include "mg.h"
int MGGetSmootherUp(PC pc,int l,SLES *sles)
Not Collective, SLES returned is parallel if PC is
Input Parameters
| pc | - the multigrid context
|
| l | - the level to supply
|
Ouput Parameters
sles -the smoother
Keywords
MG, multigrid, get, smoother, up, post-smoother, level
See Also
MGGetSmootherUp(), MGGetSmootherDown()
Level:advanced
Location:src/sles/pc/impls/mg/mgfunc.c
PC Index
Table of Contents