-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ode_norm, ode_unstable_check #1113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this works, it would be a great way to gather some experience with using error-based step size control.
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1113 +/- ##
==========================================
- Coverage 96.75% 96.74% -0.01%
==========================================
Files 303 303
Lines 23876 23892 +16
==========================================
+ Hits 23099 23112 +13
- Misses 777 780 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
An even simpler version of #1104.
TODO:
julia --check-bounds=no --threads=4
:tmpi 4 julia --check-bounds=no --threads=1
after modifying the file by addingthe keyword arguments
internalnorm=ode_norm, unstable_check=ode_unstable_check
to
solve
: