Home
last modified time | relevance | path

Searched refs:DMStagGetOwnershipRanges (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdmstag.h112 PETSC_EXTERN PetscErrorCode DMStagGetOwnershipRanges(DM, const PetscInt **, const PetscInt **, cons…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi55 …PetscErrorCode DMStagGetOwnershipRanges(PetscDM, const PetscInt*[], const PetscInt*[], const Petsc…
H A DDMStag.pyx468 setOwnershipRanges, petsc.DMStagGetOwnershipRanges
475 CHKERR(DMStagGetOwnershipRanges(self.dm, &lx, &ly, &lz))
/petsc/src/dm/impls/stag/
H A Dstagutils.c671 PetscErrorCode DMStagGetOwnershipRanges(DM dm, const PetscInt *lx[], const PetscInt *ly[], const Pe… in DMStagGetOwnershipRanges() function