petsc-3.6.4 2016-04-12
Report Typos and Errors

DMShellSetCreateInterpolation

Set the routine used to create the interpolation operator

Synopsis

#include "petscdmshell.h"  
PetscErrorCode DMShellSetCreateInterpolation(DM dm, PetscErrorCode (*interp)(DM,DM,Mat*,Vec*))
Logically Collective on DM

Input Arguments

dm - the shell DM
interp - the routine to create the interpolation

See Also

DMShellSetCreateInjection(), DMCreateInterpolation()

Level:advanced
Location:
src/dm/impls/shell/dmshell.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages