DMSubDomainRestrict#
restricts user-defined problem data to a block DM
by running hooks registered by DMSubDomainHookAdd()
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSubDomainRestrict(DM global, VecScatter oscatter, VecScatter gscatter, DM subdm)
Collective if any hooks are
Input Parameters#
See Also#
DM Basics, DM
, DMCoarsenHookAdd()
, MatRestrict()
Level#
developer
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages