Searched refs:DMDAGetOffset (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dacorn.c | 343 PetscCall(DMDAGetOffset(da, &ox, &oy, &oz, &Mo, &No, &Po)); in DMDACreateCompatibleDMDA()
|
| H A D | dadd.c | 86 PetscCall(DMDAGetOffset(da, &ox, &oy, &oz, NULL, NULL, NULL)); in DMDACreatePatchIS()
|
| H A D | da.c | 375 PetscErrorCode DMDAGetOffset(DM da, PeOp PetscInt *xo, PeOp PetscInt *yo, PeOp PetscInt *zo, PeOp P… in DMDAGetOffset() function
|
| /petsc/include/ |
| H A D | petscdmda.h | 114 PETSC_EXTERN PetscErrorCode DMDAGetOffset(DM, PetscInt *, PetscInt *, PetscInt *, PetscInt *, Petsc…
|