int MGSetResidual(PC pc,int l,int (*residual)(Mat,Vec,Vec,Vec),Mat mat)Collective on PC and Mat
pc | - the multigrid context |
l | - the level to supply |
residual | - function used to form residual (usually MGDefaultResidual) |
mat | - matrix associated with residual |
Location: src/pc/impls/mg/mgfunc.c
PC Index
Table of Contents