DMPlexTransformSetActive#
Set the DMLabel
marking the active points for the transform
Synopsis#
#include "petscdmplextransform.h"
PetscErrorCode DMPlexTransformSetActive(DMPlexTransform tr, DMLabel active)
Input Parameters#
tr - The
DMPlexTransform
objectactive - The original
DM
which will be transformed
Note#
This only applies to transforms that can operator on a subset of the mesh, listed in Summary of Unstructured Mesh Transformations.
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMPlexTransform
, DMPlexTransformGetDM()
, DMPlexTransformApply()
, DMPlexTransformCreate()
Level#
intermediate
Location#
src/dm/impls/plex/transform/interface/plextransform.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages