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.
AbstractDDEIntegrator
1 parent 210cf95 commit bff1120Copy full SHA for bff1120
src/integrator_interface.jl
@@ -910,3 +910,7 @@ Checks if the integrator is adaptive
910
function isadaptive(integrator::DEIntegrator)
911
isdefined(integrator.opts, :adaptive) ? integrator.opts.adaptive : false
912
end
913
+
914
+function SymbolicIndexingInterface.get_history_function(integ::AbstractDDEIntegrator)
915
+ DDESolutionHistoryWrapper(get_sol(integ))
916
+end
0 commit comments