Lines Matching refs:My

296   PetscInt  i, j, xs, ys, xm, ym, Mx, My;  in InitialConditions()  local
301 …PetscCall(DMDAGetInfo(da, PETSC_IGNORE, &Mx, &My, PETSC_IGNORE, PETSC_IGNORE, PETSC_IGNORE, PETSC_… in InitialConditions()
304 hy = 2.5 / (PetscReal)My; in InitialConditions()
340 PetscInt i, j, Mx, My, xs, ys, xm, ym; in InitializeLambda() local
344 …PetscCall(DMDAGetInfo(da, PETSC_IGNORE, &Mx, &My, PETSC_IGNORE, PETSC_IGNORE, PETSC_IGNORE, PETSC_… in InitializeLambda()
347 j = (PetscInt)(y * (My - 1)); in InitializeLambda()
530 PetscInt i, j, xs, ys, xm, ym, Mx, My; in RHSFunctionPassive() local
538 …PetscCall(DMDAGetInfo(da, PETSC_IGNORE, &Mx, &My, PETSC_IGNORE, PETSC_IGNORE, PETSC_IGNORE, PETSC_… in RHSFunctionPassive()
541 hy = 2.50 / (PetscReal)My; in RHSFunctionPassive()
610 PetscInt i, j, xs, ys, xm, ym, gxs, gys, gxm, gym, Mx, My; in RHSFunctionActive() local
619 …PetscCall(DMDAGetInfo(da, PETSC_IGNORE, &Mx, &My, PETSC_IGNORE, PETSC_IGNORE, PETSC_IGNORE, PETSC_… in RHSFunctionActive()
622 hy = 2.50 / (PetscReal)My; in RHSFunctionActive()
790 PetscInt i, j, Mx, My, xs, ys, xm, ym; in IJacobianByHand() local
801 …PetscCall(DMDAGetInfo(da, PETSC_IGNORE, &Mx, &My, PETSC_IGNORE, PETSC_IGNORE, PETSC_IGNORE, PETSC_… in IJacobianByHand()
805 hy = 2.50 / (PetscReal)My; in IJacobianByHand()
920 PetscInt i, j, Mx, My, xs, ys, xm, ym; in RHSJacobianByHand() local
931 …PetscCall(DMDAGetInfo(da, PETSC_IGNORE, &Mx, &My, PETSC_IGNORE, PETSC_IGNORE, PETSC_IGNORE, PETSC_… in RHSJacobianByHand()
935 hy = 2.50 / (PetscReal)My; in RHSJacobianByHand()