:orphan:
# DMPlexGetSubpointMap
Returns a `DMLabel` with point dimension as values 
## Synopsis
```
#include "petscdmplex.h"    
#include "petscdmlabel.h"   
PetscErrorCode DMPlexGetSubpointMap(DM dm, DMLabel *subpointMap)
```

## Input Parameter

- ***dm -*** The submesh `DM`



## Output Parameter

- ***subpointMap -*** The `DMLabel` of all the points from the original mesh in this submesh, or `NULL` if this is not a submesh





## See Also
 [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexCreateSubmesh()`, `DMPlexGetSubpointIS()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/plexsubmesh.c.html#DMPlexGetSubpointMap">src/dm/impls/plex/plexsubmesh.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexsubmesh.c)


[Index of all DMPlex routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
