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.
2 parents 25073a5 + dd89060 commit 6c6925bCopy full SHA for 6c6925b
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