v0.14.0
param_file.petsc
Go to the documentation of this file.
1 -pc_type lu
2 -pc_factor_mat_solver_type mumps
3 #-ksp_type gmres
4 -ksp_monitor
5 
6 -snes_rtol 1e-8
7 -snes_atol 1e-8
8 -snes_max_linear_solve_fail -1
9 -snes_converged_reason
10 -snes_linesearch_type basic
11 -snes_linesearch_max_it 1
12 -snes_linesearch_monitor
13 -snes_max_it 60
14 #-snes_monitor
15 
16 -ts_type theta
17 -ts_theta_theta 1.
18 #-ts_theta_endpoint
19 
20 -ts_exact_final_time matchstep
21 -ts_max_time 1e2
22 -ts_max_steps 4000
23 -ts_dt 1e-3
24 -ts_monitor
25 
26 -ts_max_snes_failures -1
27 -ts_error_if_step_fails false
28 
29 -ts_adapt_type basic
30 -ts_adapt_always_accept
31 -ts_adapt_monitor
32 
33 -ts_adapt_basic_safety 1.
34 -ts_adapt_dt_max 1e-3
35 -ts_adapt_dt_min 5e-7
36 -ts_rtol 5e-2
37 -ts_rtol 0.02
38 -ts_atol 0.02
39 
40 -mat_mumps_icntl_14 1600
41 -mat_mumps_icntl_24 1
42 -mat_mumps_icntl_13 1
43 -mat_mumps_icntl_20 0
44