xref: /petsc/src/ts/tutorials/power_grid/petscopt_ex7 (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1# Options for ex30
2# ----------------
3-ts_exact_final_time MATCHSTEP
4
5#-q 100000
6-Inertia 5.0
7-Pmax 2.1
8-PM_min 1.0
9-rho 0.0
10#-t0 0.0
11#-tmax 4.0
12-ymin -10
13-ymax 10
14-da_grid_x 210
15-da_grid_y 201
16
17-ts_adapt_dt_max 5
18
19-ts_monitor_draw_solution
20#-draw_bounds -.1,1.7
21-ts_monitor_draw_solution_show_time
22#-draw_contour_grid
23
24#-draw_save
25#-draw_save_movie
26
27-pc_type lu
28-snes_monitor
29-snes_atol 1.e-12
30
31-ts_type rosw
32-ts_max_time 10000
33-ts_max_steps 1000000
34
35-stencil_width 1
36