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 aaf95ab commit d9c0731Copy full SHA for d9c0731
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