Open hugary1995 opened 2 years ago
@hugary1995 can this be closed with #21646?
I guess not, ElementJacobianDamper did not get block restriction, only the reference element jacobian damper did
Thanks for the reminder! I wonder if there's a way of collecting issues into my personalized to-do list. Maybe I'll create a github project for that.
That is what I do
Reason
Currently, we can use
ElementJacobianDamper
orReferenceElementJacobianDamper
to limit the change of element volume between nonlinear iterations. The maximum element volume change is computed over the entire domain. In some scenarios however, we want to only apply this damper to specific subdomains, for example:Design
I propose to add block restriction to the
ReferenceElementJacobianDamper
. Similar work can be done toElementJacobianDamper
.In addition, we should also check for the consistency of the block restriction of the damper and the block restrictions of the displacement variables.
Impact
New feature.