Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmstag.h108 PETSC_EXTERN PetscErrorCode DMStagGetLocalSizes(DM, PetscInt *, PetscInt *, PetscInt *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi46 PetscErrorCode DMStagGetLocalSizes(PetscDM, PetscInt*, PetscInt*, PetscInt*)
H A DDMStag.pyx409 getGlobalSizes, petsc.DMStagGetLocalSizes
414 CHKERR(DMStagGetLocalSizes(self.dm, &m, &n, &p))
/petsc/src/dm/impls/stag/
H A Dstag.c392 PetscCall(DMStagGetLocalSizes(dmf, &nf[0], &nf[1], &nf[2])); in CheckTransferOperatorRequirements_Private()
393 PetscCall(DMStagGetLocalSizes(dmc, &nc[0], &nc[1], &nc[2])); in CheckTransferOperatorRequirements_Private()
H A Dstagmulti.c33 PetscCall(DMStagGetLocalSizes(dmf, &nf[0], &nf[1], &nf[2])); in DMStagRestrictSimple()
34 PetscCall(DMStagGetLocalSizes(dmc, &nc[0], &nc[1], &nc[2])); in DMStagRestrictSimple()
H A Dstagutils.c464 PetscErrorCode DMStagGetLocalSizes(DM dm, PetscInt *m, PetscInt *n, PetscInt *p) in DMStagGetLocalSizes() function