DMCreateSectionSubDM#
Returns an IS
and subDM
containing a PetscSection
that encapsulates a subproblem defined by a subset of the fields in a PetscSection
in the DM
.
Synopsis#
#include "petscdm.h"
PetscErrorCode DMCreateSectionSubDM(DM dm, PetscInt numFields, const PetscInt fields[], IS *is, DM *subdm)
Not Collective
Input Parameters#
dm - The
DM
objectnumFields - The number of fields to incorporate into
subdm
fields - The field numbers of the selected fields
Output Parameters#
is - The global indices for the subproblem or
NULL
subdm - The
DM
for the subproblem, which must already have be cloned fromdm
orNULL
Note#
If is
and subdm
are both NULL
this does nothing
See Also#
DMCreateSubDM()
, DMGetLocalSection()
, DMPlexSetMigrationSF()
, DMView()
Level#
intermediate
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages