Lines Matching refs:gxs
67 PetscInt gxs, gxm
94 …PetscCall(DMDAGetGhostCorners(dm, gxs, gys, PETSC_NULL_INTEGER, gxm, gym, PETSC_NULL_INTEGER, ierr…
114 row = (j - gys)*gxm + (i - gxs)
137 if (i + 1 == gxs + gxm) then !right side
151 if ((i > gxs) .and. (j + 1 < gys + gym)) then
155 if ((j > gys) .and. (i + 1 < gxs + gxm)) then
216 d3 = (bottom_v(1 + i - xs + 1) - x_v(1 + i - gxs))*rhy
231 d1 = (x_v(1 + (gym - 1)*gxm + i - gxs) - top_v(1 + i - xs + 1))*rhy
302 PetscInt xs, xm, gxs, gxm
325 …PetscCall(DMDAGetGhostCorners(dm, gxs, gys, PETSC_NULL_INTEGER, gxm, gym, PETSC_NULL_INTEGER, ierr…
352 row = (j - gys)*gxm + (i - gxs)
362 if (i == gxs) then ! Left side
376 if (i + 1 == gxs + gxm) then !right side
390 if ((i > gxs) .and. (j + 1 < gys + gym)) then
394 if ((i + 1 < gxs + gxm) .and. (j > gys)) then
514 PetscInt xs, xm, gxs, gxm
542 …PetscCall(DMDAGetGhostCorners(dm, gxs, gys, PETSC_NULL_INTEGER, gxm, gym, PETSC_NULL_INTEGER, ierr…
725 PetscInt xs, xm, gxs, gxm
756 …PetscCall(DMDAGetGhostCorners(dm, gxs, gys, PETSC_NULL_INTEGER, gxm, gym, PETSC_NULL_INTEGER, ierr…
769 row = (j - gys)*gxm + (i - gxs)