Searched refs:mult7 (Results 1 – 1 of 1) sorted by relevance
45 PetscReal mult7; // multiplier for coeffs at t=7 member84 ctx.mult7 = 1.0; in main()121 …PetscCall(PetscOptionsGetReal(NULL, NULL, "-mult7", &ctx.mult7, NULL)); // multiplier for coef… in main()270 if (PetscAbsReal(t - 7) < 0.01 && Ctx->mult7 != 1) { in Postevent()271 PetscCallBack("Fill_mat", Fill_mat(0.2 * Ctx->mult7, Ctx->m, Ctx->A)); in Postevent()