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
Rename post_explicit! to cache! and post_implicit! to cache_imp!. The full cache is now updated at the end of each stage, and implicit-only components are updated once per Newton iteration. (#322)
🚀 Features
Initialize all tendencies to 0, so that users no longer need to initialize unused tendency components.
📑 Documentation
🐛 Fixes
Add a call to DSS at the end of each stage, eliminating discontinuities that arise from the implicit tendency.