We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25073a5 commit dd89060Copy full SHA for dd89060
src/integrator_interface.jl
@@ -157,8 +157,8 @@ function get_proposed_dt(i::DEIntegrator)
157
end
158
159
"""
160
- set_proposed_dt(i::DEIntegrator,dt)
161
- set_proposed_dt(i::DEIntegrator,i2::DEIntegrator)
+ set_proposed_dt!(i::DEIntegrator,dt)
+ set_proposed_dt!(i::DEIntegrator,i2::DEIntegrator)
162
163
Sets the proposed `dt` for the next timestep. If the second argument isa `DEIntegrator`, then it sets the timestepping of
164
the first argument to match that of the second one. Note that due to PI control and step acceleration, this is more than matching
0 commit comments