-
Notifications
You must be signed in to change notification settings - Fork 292
[GeoMechanicsApplication] Make tension cut off truly optional for Mohr Coulomb model #14467
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
Merged
rfaasse
merged 28 commits into
master
from
geo/14463-make-tension-cut-off-truly-optional
Jun 9, 2026
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2944d3f
Changed type to std::optional, but still assume it's always filled
rfaasse b803901
Added the GEO_ENABLE_TENSION_CUT_OFF variable and construct the tensi…
rfaasse 2371c82
Fixed typo in README of Mohr Coulomb
rfaasse e959925
Made the usage of the tension cut-off optional
rfaasse 60b720e
Removed redundant parentheses
rfaasse 78b6f0d
Clarified meaning of variable (hopefully correct)
rfaasse 1a90355
Merge remote-tracking branch 'origin/master' into geo/14463-make-tens…
rfaasse 20a319f
Attempt at fixing serialization
rfaasse f6e480c
Converted an integration test to use mohr coulomb without tension cut…
rfaasse e16733c
Renamed laws and impl
rfaasse 3166bd6
Moved tensile bool above the value
rfaasse b82c4cd
fixed serialization tests and backward compatibility
rfaasse 73ad2ac
Removed tension cut-off explicitly (instead of implicitly through the…
rfaasse 4f608a5
Renamed variable
rfaasse e60a27f
Formatting
rfaasse bdfdfbd
Added simplified registered names (but kept the old ones for compatib…
rfaasse eb93996
Formatting
rfaasse 8e982fd
Adjusted the readme after making tension cutoff optional
rfaasse d651da7
Added warning if tensile strength is set, but tension cut off is not …
rfaasse 587162c
Clarified comment about backward compatibility
rfaasse d1d4ef0
Clarified comment about deprecated names
rfaasse 719b214
Made function private and static
rfaasse 973ddcc
Processing review comments
rfaasse 7481a1f
Renamed MohrCoulomb to MohrCoulombLaw (and related file renames)
rfaasse 452f34d
Renamed InterfaceCoulomb to InterfaceCoulombLaw (and related file ren…
rfaasse ddcb4dc
Processing batch of review comments
rfaasse 23b5331
Renamed registered names
rfaasse 254c5c2
Disabled tension cutoff in some more materials and applied review com…
rfaasse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
193 changes: 110 additions & 83 deletions
193
...ive/coulomb_with_tension_cut_off_impl.cpp → ...tion/custom_constitutive/coulomb_impl.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.