-
Notifications
You must be signed in to change notification settings - Fork 133
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
Feature/new tables #359
Feature/new tables #359
Conversation
… items in ARKODE Butcher table documentation
The single precision builds are currently failing with the errors below. I assume the actual table values are within the single precision range and just the rational expressions have constants that are not. Should we note this in the documentation? I'll update some of the CI testing flags shortly.
|
…ct higher-order options
I don't see why I can't comment in-line to this item, so I'm answering in a separate comment. Yes, I think that the issue is that the coefficients are provided in rational form, with components that have a large number of digits. I will convert these to 40-digit decimals to inhibit these warnings (I think I can easily do this with the Matlab analysis script infrastructure that I built). |
…icients with 40-digit decimals
Co-authored-by: Steven Roberts <[email protected]>
Remove duplicate change log entry
Updates for LLNL/sundials#359 Co-authored-by: Daniel R. Reynolds <[email protected]>
Additional embedded explicit Runge--Kutta methods to ARKODE. --------- Co-authored-by: Steven Roberts <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Additional embedded explicit Runge--Kutta methods to ARKODE. --------- Co-authored-by: Steven Roberts <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Additional embedded explicit Runge--Kutta methods to ARKODE. --------- Co-authored-by: Steven Roberts <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Steven and I added some additional embedded explicit Runge--Kutta methods to ARKODE.