#include "petscsles.h" #include "petscmg.h" int MGSetInterpolate(PC pc,int l,Mat mat)Collective on PC and Mat
pc | - the multigrid context | |
mat | - the interpolation operator | |
l | - the level to supply |
One can pass in the interpolation matrix or its transpose; PETSc figures out from the matrix size which one it is.
Level:advanced
Location:src/sles/pc/impls/mg/mgfunc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages