Skip to content

Conversation

@YingboMa
Copy link
Member

@YingboMa YingboMa commented Apr 5, 2020

No description provided.

@YingboMa YingboMa requested a review from ChrisRackauckas April 5, 2020 02:37
end

function ARKStepSetLinearSolver(arkode_mem, LS::SUNLinearSolver, A::SUNMatrix)
function ARKStepSetLinearSolver(arkode_mem, LS::SUNLinearSolver, A)
Copy link
Member

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.

Copy link
Contributor

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.

@YingboMa YingboMa requested a review from ChrisRackauckas April 5, 2020 03:22
@YingboMa
Copy link
Member Author

YingboMa commented Apr 5, 2020

Mac CIs seem to have stuck, so I will merge this PR.

@YingboMa YingboMa merged commit 81e7955 into master Apr 5, 2020
@YingboMa YingboMa deleted the jd/sundials5 branch April 5, 2020 03:42
@ChrisRackauckas
Copy link
Member

Mac CI is terrible. We can probably turn those off once we're comfortable the binaries work well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants