Searched refs:DMStagSetOwnershipRanges (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagintern.c | 73 PetscCall(DMStagSetOwnershipRanges(dm, lx, ly, lz)); in DMStagInitialize()
|
| H A D | stag.c | 279 PetscCall(DMStagSetOwnershipRanges(*dmc, l[0], l[1], l[2])); in DMCoarsen_Stag() 326 PetscCall(DMStagSetOwnershipRanges(*dmf, l[0], l[1], l[2])); in DMRefine_Stag()
|
| H A D | stagutils.c | 1309 PetscErrorCode DMStagSetOwnershipRanges(DM dm, const PetscInt lx[], const PetscInt ly[], const Pets… in DMStagSetOwnershipRanges() function
|
| /petsc/include/ |
| H A D | petscdmstag.h | 131 PETSC_EXTERN PetscErrorCode DMStagSetOwnershipRanges(DM, PetscInt const *, PetscInt const *, PetscI…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 63 …PetscErrorCode DMStagSetOwnershipRanges(PetscDM, const PetscInt[], const PetscInt[], const PetscIn…
|
| H A D | DMStag.pyx | 298 getOwnershipRanges, petsc.DMStagSetOwnershipRanges 306 CHKERR(DMStagSetOwnershipRanges(self.dm, lx, ly, lz))
|