DMDAConvertToCell#
Convert a (i,j,k) location in a DMDA
to its local cell or vertex number
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDAConvertToCell(DM dm, MatStencil s, PetscInt *cell)
Not Collective
Input Parameters#
dm - the distributed array
s - A
MatStencil
that provides (i,j,k)
Output Parameter#
cell - the local cell or vertext number
See Also#
Level#
developer
Location#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages