Lines Matching refs:gxm
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)
134 xb = x_v(1 + row - gxm)
137 if (i + 1 == gxs + gxm) then !right side
148 xt = x_v(1 + row + gxm)
152 xlt = x_v(1 + row - 1 + gxm)
155 if ((j > gys) .and. (i + 1 < gxs + gxm)) then
156 xrb = x_v(1 + row + 1 - gxm)
208 d2 = (left_v(1 + j - ys + 1) - x_v(1 + (j - gys)*gxm))*rhx
223 d1 = (x_v(1 + (j + 1 - gys)*gxm - 1) - right_v(1 + j - ys + 1))*rhx
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)
373 xb = x_v(1 + row - gxm)
376 if (i + 1 == gxs + gxm) then !right side
387 xt = x_v(1 + row + gxm)
391 xlt = x_v(1 + row - 1 + gxm)
394 if ((i + 1 < gxs + gxm) .and. (j > gys)) then
395 xrb = x_v(1 + row + 1 - gxm)
441 col(k) = row - gxm
447 col(k) = row - gxm + 1
469 col(k) = row + gxm - 1
475 col(k) = row + gxm
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)