Skip to content
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

prepare for switching to Linsolve Interface #2585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oscardssmith
Copy link
Contributor

This is part 1 of a redesign of #2318 to make it actually mergable. Specifically, this PR updates OrdinaryDiffEqRosenbrock and OrdinaryDiffEqNonlinearSolve to pass the du, u, p, and t via the NonlinearProblem rather than to dolinsolve. In a followup PR, I will then remove these fields from dolinsolve, but I think doing things this way will make it so we can make the OrdinaryDiffEqDifferentiation change require a new enough version of the solver libraries to not get unexpected inputs.

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.

1 participant