-
Notifications
You must be signed in to change notification settings - Fork 239
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
[L-IE] supporting fracture intersections in mechanics #2235
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e525556
[LIE] extend MeshUtils to find intersections
norihiro-w dbfa9b2
[LIE] add Branch/JunctionProperty
norihiro-w 778dd29
[LIE] extend levelset for interesections
norihiro-w 659be2a
[LIE] primitive support of intersections in SmallDeformation process
norihiro-w aa3e1e7
[LIE] update postLie for intersections
norihiro-w c13ba33
[LIE] fix compiling HM
norihiro-w ef01b43
[LIE] add two benchmarks for intersected cracks in M
norihiro-w 907d0cd
[LIE] fix post
norihiro-w 5ad68b5
[LIE] clang-format
norihiro-w 7ec0407
[LIE] bugfix in levelset
norihiro-w 659c08f
[Tests] add sfrac to LIE/M
norihiro-w d2443b1
[LIE] add sfrac test
norihiro-w 4675690
[Base] add contains() to Algorithm
norihiro-w b9084fa
[LIE] use contains() in BaseLib
norihiro-w a5e2711
[LIE] use MeshLib::materialIDs
norihiro-w 0e4a457
[LIE] rename getmatids to getMaterialIdsForNode
norihiro-w d72513c
[LIE] corrected branch and junction properties
norihiro-w 9b3e127
[LIE] fix compiling
norihiro-w e287c11
[LIE] clang-format.
endJunction e3d6fa9
[T] LIE; Update output according to PR #2278.
endJunction 46cc9d2
[PL] LIE; Fix doxygen errors in LevelSetFunction.
endJunction 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
[LIE] bugfix in levelset
- Loading branch information
commit 7ec040780d52d5a9d0125e77fb3152d953f4928e
There are no files selected for viewing
This file contains 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
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.
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.
const
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.
not important as the scope is limited