Lines Matching refs:gxe
53 PetscInt xs, xe, gxs, gxe, dof, gdof
105 PetscCallA(GetLayout(da, mx, xs, xe, gxs, gxe, ierr))
107 gdof = i2*(gxe - gxs + 1)
147 PetscCallA(GetLayout(da, mx, xs, xe, gxs, gxe, ierr))
149 gdof = i2*(gxe - gxs + 1)
165 subroutine GetLayout(da, mx, xs, xe, gxs, gxe, ierr) argument
170 PetscInt mx, xs, xe, gxs, gxe
179 gxe = gxs + gxm - 1
182 subroutine FormIFunctionLocal(mx, xs, xe, gxs, gxe, x, xdot, f, a, k, s, ierr) argument
184 PetscInt mx, xs, xe, gxs, gxe
209 PetscInt mx, xs, xe, gxs, gxe
213 PetscCall(GetLayout(da, mx, xs, xe, gxs, gxe, ierr))
220 PetscCall(FormIFunctionLocal(mx, xs, xe, gxs, gxe, xx, xxdot, ff, ctx%a, ctx%k, ctx%s, ierr))
227 subroutine FormRHSFunctionLocal(mx, xs, xe, gxs, gxe, t, x, f, a, k, s, ierr) argument
229 PetscInt mx, xs, xe, gxs, gxe
231 PetscScalar x(2, gxs:gxe), f(2, xs:xe)
290 PetscInt mx, xs, xe, gxs, gxe
294 PetscCall(GetLayout(da, mx, xs, xe, gxs, gxe, ierr))
308 PetscCall(FormRHSFunctionLocal(mx, xs, xe, gxs, gxe, t, xx, ff, ctx%a, ctx%k, ctx%s, ierr))
332 PetscInt mx, xs, xe, gxs, gxe
338 PetscCall(GetLayout(da, mx, xs, xe, gxs, gxe, ierr))
360 subroutine FormInitialSolutionLocal(mx, xs, xe, gxs, gxe, x, a, k, s, ierr) argument
362 PetscInt mx, xs, xe, gxs, gxe
394 PetscInt mx, xs, xe, gxs, gxe
398 PetscCall(GetLayout(da, mx, xs, xe, gxs, gxe, ierr))
403 PetscCall(FormInitialSolutionLocal(mx, xs, xe, gxs, gxe, xx, ctx%a, ctx%k, ctx%s, ierr))
449 PetscInt mx, xs, xe, gxs, gxe
458 PetscCall(GetLayout(da, mx, xs, xe, gxs, gxe, ierr))