:orphan: # DMPlexGetActivePoint Get the point on which projection is currently working ## Synopsis ``` #include "petscdmplex.h" PetscErrorCode DMPlexGetActivePoint(DM dm, PetscInt *point) ``` Not Collective ## Input Parameter - ***dm -*** the `DM` ## Output Parameter - ***point -*** The mesh point involved in the current projection ## See Also [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexSetActivePoint()` ## Level developer ## Location src/dm/impls/plex/plexproject.c --- [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](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)