MGSetResidual

Sets the function to be used to calculate the residual on the lth level.

Synopsis

int MGSetResidual(PC pc,int l,int (*residual)(Mat,Vec,Vec,Vec),Mat mat) 
Collective on PC and Mat

Input Parameters

pc - the multigrid context
l - the level to supply
residual - function used to form residual (usually MGDefaultResidual)
mat - matrix associated with residual

Keywords

MG, set, multigrid, residual, level

See Also

MGDefaultResidual()

Examples

src/gvec/examples/tutorials/ex2.c
src/gvec/examples/tutorials/ex4.c
src/gvec/examples/tutorials/ex6.c

Location: src/pc/impls/mg/mgfunc.c
PC Index
Table of Contents