# DMDAGetCellPoint
Get the DM point corresponding to the tuple (i, j, k) in the `DMDA` 
## Synopsis
```
#include "petscdmda.h"   
PetscErrorCode DMDAGetCellPoint(DM dm, PetscInt i, PetscInt j, PetscInt k, PetscInt *point)
```

## Input Parameters

- ***dm -*** The `DMDA` object
- ***i,j,k -*** The global indices for the cell



## Output Parameters

- ***point -*** The local `DM` point





## See Also
 `DM`, `DMDA`, `DMDAGetNumCells()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/da/dalocal.c.html#DMDAGetCellPoint">src/dm/impls/da/dalocal.c</A>


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


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