-
Notifications
You must be signed in to change notification settings - Fork 252
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
Inconsistent ModelPart.GetProperties #9538
Labels
Comments
I opened a discussion about this in the past, and I don't remember why we keep it (I think because it would break to much code) |
Recap
My proposal
- GetProperties(mesh_id) -> Container
+ GetProperties(prop_id) -> Item
|
NOTE: I'm not sure about the proposal 2 and I would like to hear opinions. Pros:
Cons:
|
In @KratosMultiphysics/implementation-committee we prefer only to remove the mesh id (option 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I've observed the following discrepancy in the
ModelPart
interface:The text was updated successfully, but these errors were encountered: