xref: /petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busnetworkops (revision c20d77252dee0f9c80fc6f8b1a6f948e11175edb)
1# ts options
2#--------------
3-ts_exact_final_time MATCHSTEP
4-ts_theta_endpoint
5
6#-snes_atol 1e-8
7-snes_rtol 1e-5
8
9-sub_pc_type lu
10-sub_pc_factor_shift_type NONZERO
11
12# alg_snes options
13#-------------------
14-alg_snes_rtol 1e-5
15-alg_ksp_error_if_not_converged
16
17-alg_pc_type bjacobi
18-alg_sub_pc_type lu
19-alg_sub_pc_factor_shift_type NONZERO
20
21#-alg_pc_type lu
22#-alg_pc_factor_mat_solver_package mumps
23#-mat_mumps_icntl_23 1
24#-mat_mumps_cntl_5 1.e20
25
26