Searched refs:rho_a (Results 1 – 2 of 2) sorted by relevance
18 PetscReal rho_a; member31 PetscReal rho_a, mu_a, D_a; in RHSFunction() local41 rho_a = user->rho_a; in RHSFunction()55 da = alpha * a * a / (1. + beta * h) + rho_a - mu_a * a; in RHSFunction()216 user.rho_a = 1.; in main()227 …onsReal("-rho_a", "Default production of the activator", "ex42.c", user.rho_a, &user.rho_a, NULL)); in main()238 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "rho_a: %5.5g\n", (double)user.rho_a)); in main()
4 rho_a: 1