Lines Matching refs:gxm
81 PetscInt gxm, gym, i, dofs = 2, ctrl[3] = {0, 0, 0}; in main() local
135 PetscCall(DMDAGetGhostCorners(da, NULL, NULL, NULL, &gxm, &gym, NULL)); in main()
136 adctx->m = dofs * gxm * gym; in main()
137 adctx->n = dofs * gxm * gym; /* Number of dependent and independent variables */ in main()
403 PetscInt i, j, xs, ys, xm, ym, gxs, gys, gxm, gym; in IFunctionActive() local
420 gxm = info.gxm; in IFunctionActive()
449 u_c = new AField[info.gxm * info.gym]; in IFunctionActive()
450 f_c = new AField[info.gxm * info.gym]; in IFunctionActive()
469 for (i = gxs; i < gxs + gxm; i++) { in IFunctionActive()
496 for (i = gxs; i < gxs + gxm; i++) { in IFunctionActive()
610 PetscInt i, j, xs, ys, xm, ym, gxs, gys, gxm, gym, Mx, My; in RHSFunctionActive() local
648 PetscCall(DMDAGetGhostCorners(da, &gxs, &gys, NULL, &gxm, &gym, NULL)); in RHSFunctionActive()
658 u_c = new AField[gxm * gym]; in RHSFunctionActive()
659 f_c = new AField[gxm * gym]; in RHSFunctionActive()
681 for (i = gxs; i < gxs + gxm; i++) { in RHSFunctionActive()
709 for (i = gxs; i < gxs + gxm; i++) { in RHSFunctionActive()