bjodah / pycvodes

Python wrapper around cvodes (from the sundials library)
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

Set max steps between jac #121

Closed bjodah closed 5 years ago

bjodah commented 5 years ago

This is new in sundials 4

(passing all these settings as arguments to the C++ functions is still a terrible idea, but I'll defer fixing that for a future "pycvodes2" or something).