-
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
Maintenance/arkode UI #459
Conversation
…o start on .c files.
…ific UI routines to wrap those.
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.
Overall, I this looks great and it will make creating a stepper significantly easier. I think most or all of my requests are very minor changes.
I do have a little bit of concern that users will find all of the deprecation messages they are about to get very annoying (if it breaks their builds due to strict treatment of warnings for example), but I suppose there is not really a good way of avoiding that unless we want to support the old functions indefinitely.
I have not made it through every file (in particular the examples), but I looked at all of the main pieces.
…s (void* arkode_mem -> ARKodeMem ark_mem)
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.
Finished a pass over the docs and recent updates to the PR
doc/arkode/guide/source/Usage/SPRKStep_c_interface/User_callable.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: David Gardner <gardner48@llnl.gov>
… maintenance/arkode-ui
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.
One typo to fix, otherwise this looks good to me
doc/arkode/guide/source/Usage/ERKStep_c_interface/User_callable.rst
Outdated
Show resolved
Hide resolved
Revised plan:
|
…e.rst Co-authored-by: David Gardner <gardner48@llnl.gov>
Update answers for LLNL/sundials#459
Create a shared UI for all ARKODE steppers. --------- Co-authored-by: Cody Balos <balos1@llnl.gov> Co-authored-by: David Gardner <gardner48@llnl.gov>
This is a draft PR, that includes only the code changes to ARKODE to create a shared UI for all steppers. I'm opening this now, in its current form, so that the team can provide feedback.
Remaining items before this is a "final" PR: