SciML/OrdinaryDiffEq.jl

Use cache vectors in auto dt to get rid of allocations

Open

#220 opened on Nov 4, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (656 stars) (262 forks)batch import
Hacktoberfesteasyhelp wanted

Description

Can be done by a simple trait vector which is used to pull a tmp variable from a cache. Can probably default to cache.tmp since that's common, and then overload as necessary.

Contributor guide