Searched refs:rho_h (Results 1 – 2 of 2) sorted by relevance
19 PetscReal rho_h; member32 PetscReal rho_h, mu_h, D_h; in RHSFunction() local44 rho_h = user->rho_h; in RHSFunction()56 dh = alpha * a * a + rho_h - mu_h * h; in RHSFunction()217 user.rho_h = 2.; in main()230 …onsReal("-rho_h", "Default production of the inhibitor", "ex42.c", user.rho_h, &user.rho_h, NULL)); in main()241 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "rho_h: %5.5g\n", (double)user.rho_h)); in main()
7 rho_h: 2