# DMGetCoordinatesLocalizedLocal
Check if the DM coordinates have been localized for cells on this process 
## Synopsis
```
#include "petscdm.h"          
PetscErrorCode DMGetCoordinatesLocalizedLocal(DM dm, PetscBool *areLocalized)
```
Not collective


## Input Parameter

- ***dm -*** The DM



## Output Parameter
areLocalized - True if localized




## See Also
 `DMLocalizeCoordinates()`, `DMGetCoordinatesLocalized()`, `DMSetPeriodicity()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/interface/dmperiodicity.c.html#DMGetCoordinatesLocalizedLocal">src/dm/interface/dmperiodicity.c</A>


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


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