Home
last modified time | relevance | path

Searched refs:DMStagGetGhostCorners (Results 1 – 14 of 14) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex12.c60 PetscCall(DMStagGetGhostCorners(dm, NULL, NULL, NULL, &ngx, &ngy, NULL)); in main()
H A Dex9.c64 PetscCall(DMStagGetGhostCorners(dm, NULL, NULL, NULL, &ngx, &ngy, &ngz)); in main()
H A Dex5.c127 PetscCall(DMStagGetGhostCorners(dm, &startGhost, NULL, NULL, &nGhost, NULL, NULL)); in ApplyOperator()
H A Dex11.c130 PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, NULL, &nGhostx, &nGhosty, NULL)); in ApplyOperator()
H A Dex8.c135 …PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, &startGhostz, &nGhostx, &nGhosty, … in ApplyOperator()
/petsc/include/
H A Dpetscdmstag.h104 PETSC_EXTERN PetscErrorCode DMStagGetGhostCorners(DM, PetscInt *, PetscInt *, PetscInt *, PetscInt …
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi45 …PetscErrorCode DMStagGetGhostCorners(PetscDM, PetscInt*, PetscInt*, PetscInt*, PetscInt*, PetscInt…
H A DDMStag.pyx392 getCorners, petsc.DMStagGetGhostCorners
397 CHKERR(DMStagGetGhostCorners(self.dm, &x, &y, &z, &m, &n, &p))
/petsc/doc/manual/
H A Ddmcommonality.md44 To iterate over the local points, one uses `DMStagGetCorners()` or `DMStagGetGhostCorners()` and it…
/petsc/src/dm/impls/stag/
H A Dstagutils.c333 PetscErrorCode DMStagGetGhostCorners(DM dm, PetscInt *x, PetscInt *y, PetscInt *z, PetscInt *m, Pet… in DMStagGetGhostCorners() function
831 …PetscCall(DMStagGetGhostCorners(dm, &startGhost[0], &startGhost[1], &startGhost[2], NULL, NULL, NU… in DMStagMigrateVec()
H A Dstag1d.c110 PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost, NULL, NULL, &n_ghost, NULL, NULL)); in DMStagSetUniformCoordinatesExplicit_1d()
H A Dstag2d.c153 …PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost[0], &start_ghost[1], NULL, &n_ghost[0], &n_g… in DMStagSetUniformCoordinatesExplicit_2d()
H A Dstag3d.c230 …PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost[0], &start_ghost[1], &start_ghost[2], &n_gho… in DMStagSetUniformCoordinatesExplicit_3d()
/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c1882 PetscCall(DMStagGetGhostCorners(dm_coefficients, &startx, &starty, &startz, &nx, &ny, &nz)); in PopulateCoefficientData()