-
Notifications
You must be signed in to change notification settings - Fork 90
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
Bad linear solver performance when switching oil and water order in SPE10 #2672
Comments
Let's revise the behavior when the |
Seems to improve a lot with latest GEOS and Hypre:
|
Crash when initial water = 0 is still there
|
The root cause of the crash has to be addressed on GEOS side, while on Hypre side it would be good to get a more informative error message, not it stops with
which does not give a good idea for GEOS developer about what is wrong. |
Since hypre returned a non-zero error code here, GEOS should call |
Thanks, I will try to implement that |
Let me know when you set up the branch. I was just looking at this again and realized we will need a few more tweaks to enable error message printing, but I can take care of these additional tweaks in your branch. |
drafted here #2935, please have a look |
Observe crash:
The text was updated successfully, but these errors were encountered: