Home
last modified time | relevance | path

Searched refs:DMDAGetOverlap (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmda.h111 PETSC_EXTERN PetscErrorCode DMDAGetOverlap(DM, PetscInt *, PetscInt *, PetscInt *);
/petsc/src/dm/impls/da/
H A Ddadd.c281 PetscCall(DMDAGetOverlap(dm, &xol, &yol, &zol)); in DMDASubDomainDA_Private()
H A Dda.c219 PetscErrorCode DMDAGetOverlap(DM da, PeOp PetscInt *x, PeOp PetscInt *y, PeOp PetscInt *z) in DMDAGetOverlap() function