-
-
Notifications
You must be signed in to change notification settings - Fork 79
Update Sundials common interface #245
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
Conversation
src/API/arkode.jl
Outdated
| end | ||
|
|
||
| function ARKStepSetLinearSolver(arkode_mem, LS::SUNLinearSolver, A::SUNMatrix) | ||
| function ARKStepSetLinearSolver(arkode_mem, LS::SUNLinearSolver, A) |
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.
it's always dangerous directly modifying the wrapped API files. Instead, make an API additions file for these dispatches.
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.
We can add some conversion method for these function and have a similar behavior as N_Vector and NVector also.
|
Mac CIs seem to have stuck, so I will merge this PR. |
|
Mac CI is terrible. We can probably turn those off once we're comfortable the binaries work well. |
No description provided.