-
Notifications
You must be signed in to change notification settings - Fork 99
feat: Configurable Quadrature Rules for triangles/quads in ALM solver #3938
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: develop
Are you sure you want to change the base?
Conversation
jhuang2601
left a comment
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.
Many thanks for fixing it!
|
Do we want the quadrature rule to be exposed to the user? As far as I can tell having In my opinion, having an optional attribute, namely |
| GEOS_ERROR_IF( hasTetrahedra && useHighOrderQuadrature != 1, | ||
| GEOS_FMT( "{}: Tetrahedral meshes require useHighOrderQuadratureRule=\"1\" for correct integration of bubble contributions. " | ||
| "Please add this attribute to your FiniteElements/{} XML block.", | ||
| getName(), getDiscretizationName() ) ); |
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.
👍
This PR:
SolidMechanicsAugmentedLagrangianContactuseHighOrderQuadratureRulesetting fromFiniteElementDiscretization, allowing: