Searched refs:DMStagGetLocalSizes (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/ |
| H A D | petscdmstag.h | 108 PETSC_EXTERN PetscErrorCode DMStagGetLocalSizes(DM, PetscInt *, PetscInt *, PetscInt *);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 46 PetscErrorCode DMStagGetLocalSizes(PetscDM, PetscInt*, PetscInt*, PetscInt*)
|
| H A D | DMStag.pyx | 409 getGlobalSizes, petsc.DMStagGetLocalSizes 414 CHKERR(DMStagGetLocalSizes(self.dm, &m, &n, &p))
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 392 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 D | stagmulti.c | 33 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 D | stagutils.c | 464 PetscErrorCode DMStagGetLocalSizes(DM dm, PetscInt *m, PetscInt *n, PetscInt *p) in DMStagGetLocalSizes() function
|