DMShellSetCreateDomainDecompositionScatters#
Set the routine used to create the scatter contexts for domain decomposition with a DMSHELL
Synopsis#
#include "petscdmshell.h"
PetscErrorCode DMShellSetCreateDomainDecompositionScatters(DM dm, PetscErrorCode (*scatter)(DM dm, PetscInt n, DM subdms[], VecScatter *iscat[], VecScatter *oscat[], VecScatter *gscat[]))
Logically Collective
Input Parameters#
dm - the
DMSHELLscatter - the routine to create the scatters
Calling sequence of scatter#
See Also#
DM, DMSHELL, DMCreateDomainDecompositionScatters(), DMShellSetContext(), DMShellGetContext()
Level#
advanced
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages