Searched refs:start_ghost (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 95 PetscInt start_ghost, n_ghost, s; in DMStagSetUniformCoordinatesExplicit_1d() local 110 PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost, NULL, NULL, &n_ghost, NULL, NULL)); in DMStagSetUniformCoordinatesExplicit_1d() 115 for (PetscInt ind = start_ghost; ind < start_ghost + n_ghost; ++ind) { in DMStagSetUniformCoordinatesExplicit_1d()
|
| H A D | stag2d.c | 134 PetscInt ind[2], start_ghost[2], n_ghost[2], s, c; in DMStagSetUniformCoordinatesExplicit_2d() local 153 …PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost[0], &start_ghost[1], NULL, &n_ghost[0], &n_g… in DMStagSetUniformCoordinatesExplicit_2d() 160 for (ind[1] = start_ghost[1]; ind[1] < start_ghost[1] + n_ghost[1]; ++ind[1]) { in DMStagSetUniformCoordinatesExplicit_2d() 161 for (ind[0] = start_ghost[0]; ind[0] < start_ghost[0] + n_ghost[0]; ++ind[0]) { in DMStagSetUniformCoordinatesExplicit_2d()
|
| H A D | stag3d.c | 206 PetscInt ind[3], start_ghost[3], n_ghost[3], s, c; in DMStagSetUniformCoordinatesExplicit_3d() local 230 …PetscCall(DMStagGetGhostCorners(dmCoord, &start_ghost[0], &start_ghost[1], &start_ghost[2], &n_gho… in DMStagSetUniformCoordinatesExplicit_3d() 238 for (ind[2] = start_ghost[2]; ind[2] < start_ghost[2] + n_ghost[2]; ++ind[2]) { in DMStagSetUniformCoordinatesExplicit_3d() 239 for (ind[1] = start_ghost[1]; ind[1] < start_ghost[1] + n_ghost[1]; ++ind[1]) { in DMStagSetUniformCoordinatesExplicit_3d() 240 for (ind[0] = start_ghost[0]; ind[0] < start_ghost[0] + n_ghost[0]; ++ind[0]) { in DMStagSetUniformCoordinatesExplicit_3d()
|