Home
last modified time | relevance | path

Searched refs:DMDAGetCellPoint (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmda.h226 PETSC_EXTERN PetscErrorCode DMDAGetCellPoint(DM, PetscInt, PetscInt, PetscInt, PetscInt *);
/petsc/src/dm/impls/da/
H A Ddalocal.c127 PetscErrorCode DMDAGetCellPoint(DM dm, PetscInt i, PetscInt j, PetscInt k, PetscInt *point) in DMDAGetCellPoint() function