We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0164130 commit 7a28cbeCopy full SHA for 7a28cbe
1 file changed
docs/index.md
@@ -47,7 +47,7 @@ with Simulation(superlink, Q_in=Q_in, H_bc=H_bc) as simulation:
47
# While simulation time has not expired...
48
while simulation.t <= simulation.t_end:
49
# Step model forward in time
50
- simulation.step(dt=dt)
+ simulation.step(dt=dt, num_iter=1)
51
# Record internal depth and flow states
52
simulation.record_state()
53
# Print progress bar
0 commit comments