petsc-3.5.4 2015-05-23
DMPlexCreateSubpointIS
Creates an IS covering the entire subdm chart with the original points as data
Synopsis
#include "petscdmplex.h"
PetscErrorCode DMPlexCreateSubpointIS(DM dm, IS *subpointIS)
Input Parameter
dm -The submesh DM
Output Parameter
subpointIS -The IS of all the points from the original mesh in this submesh, or NULL if this is not a submesh
Note: This is IS is guaranteed to be sorted by the construction of the submesh
See Also
DMPlexCreateSubmesh(), DMPlexGetSubpointMap()
Level:developer
Location:src/dm/impls/plex/plexsubmesh.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages