Preconditioning Constrained Problems. #29515
Unanswered
TheBEllis
asked this question in
Q&A Modules: Solid mechanics
Replies: 1 comment
-
A field split approach is essentially an iteration scheme, which can diverge. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi moose people, I was wondering if anyone had any tips for preconditioning constrained problems? I am currently trying to use LinearNodalConstraint in an RBE3 type fashion, and I have something that works when I use full LU in serial, but as soon as I try and use boomeramg or other preconditioners, I can't get the solve to converge.
I've tried three approaches. Full LU, which works, boomeramg on the whole matrix, which doesn't converge, and a field split approach where I've preconditioned the nodes involved in the nodal constraint with LU and everything else with boomeramg. The last approach of the three, instead of just not converging, results in negative jacobians. I've attached a repo which has input files for all three approaches and my testing mesh if anyone gets time to take a look. Otherwise, any tidbits of wisdom about preconditioning constrained problems would be extremely welcome:)
https://github.com/TheBEllis/ConstraintProblem
Beta Was this translation helpful? Give feedback.
All reactions