-
Notifications
You must be signed in to change notification settings - Fork 237
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
Continental extension cookbook fails with gmg solver #6002
Comments
The continental extension experiment fails for me too. I also tested the Newton solver and it fails for both AMG solver and GMG solver :-( It seems that there is something wrong in the Newton assemblers when elasticity is not taken into account. |
Supplement to the previous comment: the Newton solver converges for both AMG and GMG methods when On my machine, the Newton solver with AMG or GMG method is slower than the defect correction solver. So defect correction solver with AMG seems to be the best choice for this example. |
I've seen the same behaviour, in that Picard is much faster than Newton for this example. |
@MFraters - Thanks for posting this and yesterday a colleague and I found highly different behavior between AMG and GMG for a 3D continental extension problem with no elasticity. @YiminJin @anne-glerum - Likewise, thanks for doing all of that testing. Issue #4563 is still open and I wonder if we should just disable use of the GMG + Newton/defect correction + Visco Plastic material model for now? Are we confident from the existing test suite that all the other combination of solvers (AMG + Newton/defect correction, GMG + regular picard) are working? |
I just reran the continental extension cookbook with AMG and GMG (and defect correction Picard for both), and all combinations converged fine, with GMG being around 3x faster than AMG. So I wondered what happened to this issue, but then I realized that I had set |
I am removing this from the release milestone, because the current version of the cookbook converges fine with AMG. |
The continental extension cookbook currently fails for me with the output as shown below.
When I change the solver to AMG, the model runs without a problem.
I would suggest to switch this cookbook to AMG for now, untill we have found a fix. I will make a pull request for that.
Likely related #5736
The text was updated successfully, but these errors were encountered: