-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
kinsol interface for GMRES missing #405
Comments
I believe the issue is the lack of interface in the method |
Yes that case is just missing the handling https://github.com/SciML/Sundials.jl/blob/master/src/simple.jl#L70-L76 It's not hard to read the Sundials docs and add the right call into there though. Someone just needs to do it. |
Ok. I will look into it next week.
Is there a set of benchmarks for the preconditioners?
…On Fri, May 26, 2023 at 2:37 PM Christopher Rackauckas < ***@***.***> wrote:
Yes that case is just missing the handling
https://github.com/SciML/Sundials.jl/blob/master/src/simple.jl#L70-L76
It's not hard to read the Sundials docs and add the right call into there
though. Someone just needs to do it.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEESMZHGORTCKJTMVVU7OZTXIEO7NANCNFSM6AAAAAAYPDYQ5E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There's no benchmarks specifically on the nonlinear solvers yet. We need to set that up in the SciMLBenchmarks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The MWE
fails
with
The text was updated successfully, but these errors were encountered: