Skip to content

Commit c1200b6

Browse files
Merge pull request #842 from BenChung/affect-init
Add reinitialization argument for change_t_via_interpolation for pre-affect reinitialization
2 parents cf142a8 + 8efe9a4 commit c1200b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function auto_dt_reset!(integrator::DEIntegrator)
308308
end
309309

310310
"""
311-
change_t_via_interpolation!(integrator::DEIntegrator,t,modify_save_endpoint=Val{false})
311+
change_t_via_interpolation!(integrator::DEIntegrator,t,modify_save_endpoint=Val{false},reinitialize_alg=nothing)
312312
313313
Modifies the current `t` and changes all of the corresponding values using the local interpolation. If the current solution
314314
has already been saved, one can provide the optional value `modify_save_endpoint` to also modify the endpoint of `sol` in the

0 commit comments

Comments
 (0)