DMShellSetCreateInjection#
Set the routine used to create the injection operator
Synopsis#
#include "petscdmshell.h"
PetscErrorCode DMShellSetCreateInjection(DM dm, PetscErrorCode (*inject)(DM fine, DM coarse, Mat *inject))
Logically Collective
Input Parameters#
dm - the
DMSHELLinject - the routine to create the injection
Calling sequence of inject#
See Also#
DM, DMSHELL, DMShellSetCreateInterpolation(), DMCreateInjection(), DMShellGetCreateInjection(), DMShellSetContext(), DMShellGetContext()
Level#
advanced
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages