v0.15.0
Loading...
Searching...
No Matches
param_file.petsc
Go to the documentation of this file.
1 -order 1 # order of approximation
2 -saturated_conductivity 0.02
3 -theta_r 0.0
4 -theta_s 0.17
5 -theta_m 0.17
6 -alpha 0.06
7 -n 2.8
8 -save_every_nth_step 4 # time-steps to save output at
9
10
11# petsc time solver (ts) arguments
12 -ts_monitor # to print messages about the time step computations
13 -ts_exact_final_time stepover # rule when to stop at the final time
14 -ts_dt 0.1 # time step size
15 -ts_final_time 120 # final time
16 -ts_adapt_type none # no time-adaptivity, i.e., fixed step size
17
18 # petsc linear solver arguments, fixed
19 -ksp_type gmres
20 -pc_type lu
21 -pc_factor_mat_solver_type mumps
22
23 # petsc nonlinear solver arguments, no need to change them
24 -snes_atol 1e-7
25 -snes_rtol 1e-12
26 -snes_monitor
27 -snes_lag_jacobian 1