:orphan: # DMDAConvertToCell Convert (i,j,k) to local cell number ## Synopsis ``` #include "petscdmda.h" PetscErrorCode DMDAConvertToCell(DM dm, MatStencil s, PetscInt *cell) ``` Not Collective ## Input Parameters - ***da -*** the distributed array - ***s -*** A `MatStencil` giving (i,j,k) ## Output Parameter - ***cell -*** the local cell number ## See Also `DM`, `DMDA` ## Level developer ## Location src/dm/impls/da/dageometry.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/da/dageometry.c) [Index of all DMDA routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)