-
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
Structural Mechanics small enhancements in solver #1113
Conversation
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.
Thanks
@loumalouomega is there a need for the Can we remove it? (Maybe first with a warning that it is deprecated and will be removed soon) |
No, and in principle, thanks to the Model class we don't need this any more, this was the things I was meaning when I said that we could simplify the parameters thanks to the Model |
But Can we remove sth else? |
Normally these submodelparts are defined in the mdpa and can be acceded with the Model, i would need to do some tests to check it |
I know that they are there, but we do not necessarily want to define the Therefore I think it should stay as it is |
Therefore we need to open a discussion with the whole @KratosMultiphysics/structural-mechanics |
ok I will make an issue for that and add a warning abt the |
4 small enhancements:
Model{}
byKratos::Model
bodies_list
is always there since it is in the defaults)VariableUtils().AddDof
in the tests