-
-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Labels
Description
#2620 adds ExplicitTaylor algorithms with a global cache. This is nice for performance, but has thread safety concerns, and cache lifetime concerns. There are ~3 possible solutions as far as I can see.
- Remove the cache
- Make the cache a field of the alg
- Make the higher derivatives a field of the ODEFuncion