xref: /petsc/src/ts/tutorials/power_grid/petscopt_ex8 (revision 607e733f3db3ee7f6f605a13295c517df8dbb9c9)
1# Options for ex30
2# ----------------
3-ts_exact_final_time MATCHSTEP
4
5-q 0.0
6-Inertia 5.0
7-D 0.0
8-Pmax 2.1
9-PM_min 1.0
10#-t0 0.0
11
12#-ymin 0.98
13#-ymax 1.02
14#-xmin 0.25
15#-xmax 0.4
16#-da_grid_x 1730
17#-da_grid_y 3201
18
19-da_grid_x 200
20-da_grid_y 201
21#-da_grid_x 400
22#-da_grid_y 402
23-draw_coordinates 0.46,0.98,0.54,1.02
24
25-ts_type rosw
26-ts_max_time 300.0
27-ts_time_step 0.01
28-ts_adapt_dt_max .01
29
30-ts_monitor_draw_solution
31-ts_monitor_draw_solution_show_time
32-ts_monitor
33#-ts_monitor_solution_binary ex8output
34
35-snes_monitor
36-snes_atol 1.e-12
37
38-ts_max_steps 1000000
39
40-stencil_width 1
41
42-tf 0.1
43-tcl 0.2
44
45#-tf 10000.1
46#-tcl 10000.2
47