# DMPlexSetActivePoint
Set the point on which projection is currently working 
## Synopsis
```
#include "petscdmplex.h"   
PetscErrorCode DMPlexSetActivePoint(DM dm, PetscInt point)
```
Not collective


## Input Parameters

- ***dm   -*** the `DM`
- ***point -*** The mesh point involved in the current projection





## See Also
 [](chapter_unstructured), `DM`, `DMPLEX`, `DMPlexGetActivePoint()`

## Level
developer

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


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


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