-
Notifications
You must be signed in to change notification settings - Fork 53
Add rotational coupling test for beaminteraction with Lagrange Multipliers #1501
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
base: main
Are you sure you want to change the base?
Add rotational coupling test for beaminteraction with Lagrange Multipliers #1501
Conversation
| PREDICT: "TangDis" | ||
| LINEAR_SOLVER: 1 | ||
| TOLDISP: 1e-12 | ||
| TOLRES: 1e-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really have to get this convergence test to work properly very soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| LINEAR_SOLVER: 1 | ||
| TOLDISP: 1e-12 | ||
| TOLRES: 1e-1 | ||
| MAXITER: 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are 20 iterations needed? That seems like a lot to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this goes until the 19th iteration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then, there might still be an issue 🤔. Going through 19 iterations really is a lot.
...upling_mortar_lagrange_saddlepoint_line4_line3_deformation_gradient_3d_cross_section.4C.yaml
Outdated
Show resolved
Hide resolved
2dc7641 to
80bef8d
Compare
Description and Context
This PR adds a test checking the implementation of Lagrange Multipliers for beaminteraction problems (#637 ) with rotational coupling enabled.
Related Issues and Pull Requests
#1206