Skip to content
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

[Core] Adding GetModelPartNames to Model #3730

Merged
merged 5 commits into from
Dec 28, 2018

Conversation

loumalouomega
Copy link
Member

No description provided.

@@ -168,6 +168,20 @@ namespace Kratos
KRATOS_CATCH("")
}

std::vector<std::string> Model::GetModelPartNames()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as a feedback, i would return the complete name within the tree...something like

    "root1.sub1.subsub2"

instead of just subsub2

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, I added a test and Doxygen documentation

@loumalouomega loumalouomega merged commit a37d35d into master Dec 28, 2018
@loumalouomega loumalouomega deleted the core/model-parts-names-model branch December 28, 2018 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants