Home
last modified time | relevance | path

Searched refs:DMStagSetOwnershipRanges (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagintern.c73 PetscCall(DMStagSetOwnershipRanges(dm, lx, ly, lz)); in DMStagInitialize()
H A Dstag.c279 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 Dstagutils.c1309 PetscErrorCode DMStagSetOwnershipRanges(DM dm, const PetscInt lx[], const PetscInt ly[], const Pets… in DMStagSetOwnershipRanges() function
/petsc/include/
H A Dpetscdmstag.h131 PETSC_EXTERN PetscErrorCode DMStagSetOwnershipRanges(DM, PetscInt const *, PetscInt const *, PetscI…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi63 …PetscErrorCode DMStagSetOwnershipRanges(PetscDM, const PetscInt[], const PetscInt[], const PetscIn…
H A DDMStag.pyx298 getOwnershipRanges, petsc.DMStagSetOwnershipRanges
306 CHKERR(DMStagSetOwnershipRanges(self.dm, lx, ly, lz))