:orphan:
# DMGetCoordinatesLocalized
Check if the `DM` coordinates have been localized for cells 
## Synopsis
```
#include "petscdm.h"          
PetscErrorCode DMGetCoordinatesLocalized(DM dm, PetscBool *areLocalized)
```
Collective


## Input Parameter

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



## Output Parameter
areLocalized - `PETSC_TRUE` if localized




## See Also
 `DM`, `DMLocalizeCoordinates()`, `DMSetPeriodicity()`, `DMGetCoordinatesLocalizedLocal()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/interface/dmperiodicity.c.html#DMGetCoordinatesLocalized">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](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
