You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored solver infrastructure (#409)
* First support for numba-compiled spectral operators (merged from other branch)
* Split of the infrastructure for adaptive steppers and create a new base class to support adaptive stepping
* Compile adaptive stepper and made solver base classes more reusable
* Cleaned .gitignore files
Added additional checks to new implementation of operators (#377)
* Added additional checks to new implementation of operators
* Added more consistency checks