v0.14.0
param_file.petsc
Go to the documentation of this file.
1 -file_name mesh.h5m
2 
3 -ts_monitor
4 -ts_exact_final_time stepover
5 -ts_dt 1
6 -ts_max_time 50
7 -ts_max_steps 1000
8 
9 # Implicit
10 -ts_type beuler
11 
12 -ksp_type gmres
13 -ksp_atol 1e-10
14 -ksp_rtol 1e-10
15 
16 -snes_monitor
17 -snes_lag_jacobian -2
18 
19 -pc_type lu
20 -pc_factor_mat_solver_type mumps
21 -mat_mumps_icntl_20 0
22 
23