Lines Matching refs:D2
55 PetscReal D1, D2, gamma, kappa; member
99 appctx.D2 = 4.0e-5; in main()
389 …f[j][i].v = udot[j][i].v - appctx->D2 * (vxx + vyy) - uc * vc * vc + (appctx->gamma + appctx->kapp… in IFunctionLocalPassive()
485 …f_a[j][i].v = udot[j][i].v - appctx->D2 * (vxx + vyy) - uc * vc * vc + (appctx->gamma + appctx->ka… in IFunctionActive()
581 f[j][i].v = appctx->D2 * (vxx + vyy) + uc * vc * vc - (appctx->gamma + appctx->kappa) * vc; in RHSFunctionPassive()
699 f_a[j][i].v = appctx->D2 * (vxx + vyy) + uc * vc * vc - (appctx->gamma + appctx->kappa) * vc; in RHSFunctionActive()
881 entries[0] = -appctx->D2 * sy; in IJacobianByHand()
883 entries[1] = -appctx->D2 * sy; in IJacobianByHand()
885 entries[2] = -appctx->D2 * sx; in IJacobianByHand()
887 entries[3] = -appctx->D2 * sx; in IJacobianByHand()
889 … entries[4] = 2.0 * appctx->D2 * (sx + sy) - 2.0 * uc * vc + appctx->gamma + appctx->kappa + a; in IJacobianByHand()
1012 entries[0] = appctx->D2 * sy; in RHSJacobianByHand()
1014 entries[1] = appctx->D2 * sy; in RHSJacobianByHand()
1016 entries[2] = appctx->D2 * sx; in RHSJacobianByHand()
1018 entries[3] = appctx->D2 * sx; in RHSJacobianByHand()
1020 entries[4] = -2.0 * appctx->D2 * (sx + sy) + 2.0 * uc * vc - appctx->gamma - appctx->kappa; in RHSJacobianByHand()