DMSubDomainHookRemove#
remove a callback from the list to be run when restricting a problem to subdomain DMs with DMCreateDomainDecomposition()
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSubDomainHookRemove(DM global, PetscErrorCode (*ddhook)(DM dm, DM block, PetscCtx ctx), PetscErrorCode (*restricthook)(DM dm, VecScatter oscatter, VecScatter gscatter, DM block, PetscCtx ctx), PetscCtx ctx)
Logically Collective; No Fortran Support
Input Parameters#
Calling sequence of ddhook#
Calling sequence of restricthook#
See Also#
DM Basics, DM, DMSubDomainHookAdd(), SNESFASGetInterpolation(), SNESFASGetInjection(), PetscObjectCompose(), PetscContainerCreate(),
DMCreateDomainDecomposition()
Level#
advanced
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages