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 -mat_mumps_icntl_20 0
4 #-ksp_monitor
5 
6 -snes_atol 1e-8
7 -snes_rtol 1e-8
8 -snes_max_linear_solve_fail -1
9 #-snes_converged_reason
10 -snes_linesearch_type basic
11 #-snes_linesearch_monitor
12 -snes_max_it 20
13 -snes_monitor
14 
15 -ts_type beuler
16 -ts_exact_final_time matchstep
17 -ts_max_time 10
18 -ts_dt 0.1
19 -ts_max_snes_failures -1
20 -ts_error_if_step_fails false
21 -ts_adapt_type none
22 
23 -ts_monitor
24 #-ts_adapt_monitor
25 
26 -st_ksp_type preonly
27 -st_pc_type lu
28 -st_pc_factor_mat_solver_type mumps
29 -st_mat_mumps_icntl_20 0
30 -eps_monitor
31 -eps_tol 1e-4
32 -eps_nev 5
33 -eps_ncv 100