Skip to content

[GeoMechanicsApplication] Moved logic of ApplyExcavationProcess to C++#11680

Merged
indigocoral merged 2 commits intomasterfrom
geo/migrating-the-applyexcavationprocess
Oct 14, 2023
Merged

[GeoMechanicsApplication] Moved logic of ApplyExcavationProcess to C++#11680
indigocoral merged 2 commits intomasterfrom
geo/migrating-the-applyexcavationprocess

Conversation

@indigocoral
Copy link
Copy Markdown
Contributor

📝 Description
This class used to be defined partialy in Python module and in C++. In order to be able to use it in the settlement workflow, the logic is migrated from Python to C++.

🆕 Changelog

  • The "ApplyExcavationProcess" class is migrated from Python to C++
  • The logic existing in the "apply_excavation_process.hpp" file is split into .cpp and .hpp files

…ting in the apply_excavation_process.hpp file is split into .cpp and .hpp files
@indigocoral indigocoral added the GeoMechanics Issues related to the GeoMechanicsApplication label Oct 13, 2023
@indigocoral indigocoral requested a review from avdg81 October 13, 2023 13:07
@indigocoral indigocoral self-assigned this Oct 13, 2023
Copy link
Copy Markdown
Contributor

@avdg81 avdg81 left a comment

Choose a reason for hiding this comment

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

This looks nice and clean to me. I only have a few suggestions to make the code even better. Well done Marjan!

Copy link
Copy Markdown
Contributor

@avdg81 avdg81 left a comment

Choose a reason for hiding this comment

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

Feel free to merge this one, Marjan!

@indigocoral indigocoral merged commit e5f588c into master Oct 14, 2023
@indigocoral indigocoral deleted the geo/migrating-the-applyexcavationprocess branch October 14, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GeoMechanics Issues related to the GeoMechanicsApplication

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[GeoMechanicsApplication] Migrating the ApplyExcavationProcess from Python to C++

2 participants