:orphan: # DMPlexGetPointLocalField get location of point field data in local Vec ## Synopsis ``` #include "petscdmplex.h" PetscErrorCode DMPlexGetPointLocalField(DM dm, PetscInt point, PetscInt field, PetscInt *start, PetscInt *end) ``` Not Collective ## Input Parameters - ***dm -*** `DM` defining the topological space - ***point -*** topological point - ***field -*** the field number ## Output Parameters - ***start -*** start of point data - ***end -*** end of point data ## Note This is a half open interval [start, end) ## See Also [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexGetPointLocal()`, `DMGetLocalSection()`, `PetscSectionGetOffset()`, `PetscSectionGetDof()`, `DMPlexPointLocalRead()`, `DMPlexPointLocalRead()`, `DMPlexPointLocalRef()` ## Level intermediate ## Location src/dm/impls/plex/plexpoint.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexpoint.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)