-
Notifications
You must be signed in to change notification settings - Fork 248
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
[OptApp] Simp Control Allow not removing materials #12460
[OptApp] Simp Control Allow not removing materials #12460
Conversation
@@ -134,6 +138,10 @@ def test_AdaptiveBeta(self): | |||
parameters = Kratos.Parameters("""{ | |||
"controlled_model_part_names": ["shell"], | |||
"list_of_materials": [ | |||
{ | |||
"density": 0.0, | |||
"young_modulus": 0.0 |
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.
add test please without zeros
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.
altry :)
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.
done :)
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.
Thnx!
The merge-base changed after approval.
ping @Igarizza |
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.
thnx @sunethwarna
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
…pe_thickness/allow_material_non_removal
📝 Description
As in the title
🆕 Changelog
SimpControl
to disallow removing materials