Searched refs:DMStagGetGhostCorners (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex12.c | 60 PetscCall(DMStagGetGhostCorners(dm, NULL, NULL, NULL, &ngx, &ngy, NULL)); in main()
|
| H A D | ex9.c | 64 PetscCall(DMStagGetGhostCorners(dm, NULL, NULL, NULL, &ngx, &ngy, &ngz)); in main()
|
| H A D | ex5.c | 127 PetscCall(DMStagGetGhostCorners(dm, &startGhost, NULL, NULL, &nGhost, NULL, NULL)); in ApplyOperator()
|
| H A D | ex11.c | 130 PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, NULL, &nGhostx, &nGhosty, NULL)); in ApplyOperator()
|
| H A D | ex8.c | 135 …PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, &startGhostz, &nGhostx, &nGhosty, … in ApplyOperator()
|
| /petsc/include/ |
| H A D | petscdmstag.h | 104 PETSC_EXTERN PetscErrorCode DMStagGetGhostCorners(DM, PetscInt *, PetscInt *, PetscInt *, PetscInt …
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 45 …PetscErrorCode DMStagGetGhostCorners(PetscDM, PetscInt*, PetscInt*, PetscInt*, PetscInt*, PetscInt…
|
| H A D | DMStag.pyx | 392 getCorners, petsc.DMStagGetGhostCorners 397 CHKERR(DMStagGetGhostCorners(self.dm, &x, &y, &z, &m, &n, &p))
|
| /petsc/doc/manual/ |
| H A D | dmcommonality.md | 44 To iterate over the local points, one uses `DMStagGetCorners()` or `DMStagGetGhostCorners()` and it…
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 333 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 D | stag1d.c | 110 PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost, NULL, NULL, &n_ghost, NULL, NULL)); in DMStagSetUniformCoordinatesExplicit_1d()
|
| H A D | stag2d.c | 153 …PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost[0], &start_ghost[1], NULL, &n_ghost[0], &n_g… in DMStagSetUniformCoordinatesExplicit_2d()
|
| H A D | stag3d.c | 230 …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 D | ex4.c | 1882 PetscCall(DMStagGetGhostCorners(dm_coefficients, &startx, &starty, &startz, &nx, &ny, &nz)); in PopulateCoefficientData()
|