-
Notifications
You must be signed in to change notification settings - Fork 123
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
Excessive time step choping for Norne when using flexible solvers. #2759
Comments
I can reproduce. However, results are ballpark similar (and no apparent excessive time step cutting) if --matrix-add-well-contributions=true is given with the flexible solver (ilu0). Maybe this is an implicit requirement with the flexible solver? |
the connection with the wells might hint at the changes in #2694. |
I guess |
as stated, this was with ilu0, not cpr. |
Seem like when running with 1 process there is an if-else missing in ISTLSolverEbos.hpp#L771-L775. |
Will try to fix |
beat me by 1 min ;) |
Well, I still have to compile and run norne before posting a pr. hence if yours is tested.... |
This is indeed a bug as described above, #2706 has also fixed this I think, but has become stale. |
Maybe we should not hide bug fixes in feature PRs? |
I was actually not aware it would have fixed a bug in the existing code, I just made sure it worked in the new... |
Runing
flow --linear-solver-configuration=ilu0 NORNE_ATW2013
results in excessive time step chopping for current master. Same for CPR. Using the default, i.e. without the flexible solver bx skipping the argument, works as before.The text was updated successfully, but these errors were encountered: