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

chunk_size argument to NewtonRaphson not respected #53

Closed
Keno opened this issue Feb 23, 2022 · 1 comment · Fixed by #105
Closed

chunk_size argument to NewtonRaphson not respected #53

Keno opened this issue Feb 23, 2022 · 1 comment · Fixed by #105

Comments

@Keno
Copy link

Keno commented Feb 23, 2022

It just ends up calling plain ForwardDiff.jacobian without specifying the chunk size:

https://github.com/SciML/NonlinearSolve.jl/blob/master/src/jacobian.jl#L31-L38

@ChrisRackauckas
Copy link
Member

NonlinearSolve.jl needs to completely change to match the OrdinaryDiffEq interface, using LinearSolve.jl and the same automatic differentiation interface with SparseDiffTools and all. This is planned to happen soon though.

avik-pal pushed a commit that referenced this issue Nov 1, 2024
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 a pull request may close this issue.

2 participants