Home
last modified time | relevance | path

Searched refs:rho_h (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex42.c19 PetscReal rho_h; member
32 PetscReal rho_h, mu_h, D_h; in RHSFunction() local
44 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()
/petsc/src/ts/tutorials/output/
H A Dex42.out7 rho_h: 2