Skip to content

Commit e32105c

Browse files
committed
format
1 parent 8d1fd63 commit e32105c

File tree

38 files changed

+233
-235
lines changed

38 files changed

+233
-235
lines changed

docs/make.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ makedocs(;
1919
canonical = "https://trixi-framework.github.io/TrixiShallowWater.jl",
2020
edit_link = "main",
2121
assets = String[],),
22-
pages = [
23-
"Home" => "index.md",
24-
],
22+
pages = ["Home" => "index.md"],
2523
plugins = [links],)
2624

2725
deploydocs(;

examples/structured_2d_dgsem/elixir_shallowwater_source_terms.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ callbacks = CallbackSet(summary_callback,
5454
# run the simulation
5555

5656
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
57-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
58-
            ode_default_options()..., callback = callbacks);
57+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
58+
ode_default_options()..., callback = callbacks);
5959
summary_callback() # print the timer summary

examples/structured_2d_dgsem/elixir_shallowwater_well_balanced.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, sav
119119
# run the simulation
120120

121121
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
122-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
123-
            ode_default_options()..., callback = callbacks);
122+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
123+
ode_default_options()..., callback = callbacks);
124124
summary_callback() # print the timer summary

examples/tree_1d_dgsem/elixir_shallowwater_ec.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, sav
8888
# run the simulation
8989

9090
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
91-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
92-
            ode_default_options()..., callback = callbacks);
91+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
92+
ode_default_options()..., callback = callbacks);
9393
summary_callback() # print the timer summary

examples/tree_1d_dgsem/elixir_shallowwater_exner_channel.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback,
110110
###############################################################################
111111
# run the simulation
112112
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
113-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
114-
            ode_default_options()..., callback = callbacks);
113+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
114+
ode_default_options()..., callback = callbacks);
115115

116116
summary_callback() # print the timer summary

examples/tree_1d_dgsem/elixir_shallowwater_exner_source_terms_grass.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback,
6363
# run the simulation
6464

6565
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
66-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
67-
            ode_default_options()..., callback = callbacks);
66+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
67+
ode_default_options()..., callback = callbacks);
6868

6969
summary_callback() # print the timer summary

examples/tree_1d_dgsem/elixir_shallowwater_exner_source_terms_mpm.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback,
6464
# run the simulation
6565

6666
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
67-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
68-
            ode_default_options()..., callback = callbacks);
67+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
68+
ode_default_options()..., callback = callbacks);
6969

7070
summary_callback() # print the timer summary

examples/tree_1d_dgsem/elixir_shallowwater_exner_well_balanced.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, sav
9898
###############################################################################
9999
# run the simulation
100100
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
101-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
102-
            ode_default_options()..., callback = callbacks);
101+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
102+
ode_default_options()..., callback = callbacks);
103103

104104
summary_callback() # print the timer summary

examples/tree_1d_dgsem/elixir_shallowwater_multilayer_convergence.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, sav
5959
# run the simulation
6060

6161
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
62-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
63-
            ode_default_options()..., callback = callbacks);
62+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
63+
ode_default_options()..., callback = callbacks);
6464

6565
summary_callback() # print the timer summary

examples/tree_1d_dgsem/elixir_shallowwater_multilayer_well_balanced.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, sav
8181
# run the simulation
8282

8383
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false);
84-
            dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
85-
            ode_default_options()..., callback = callbacks);
84+
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
85+
ode_default_options()..., callback = callbacks);
8686
summary_callback() # print the timer summary

0 commit comments

Comments
 (0)