-
Notifications
You must be signed in to change notification settings - Fork 238
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
LIE/HM part 1: prerequisite #1537
Conversation
{ | ||
|
||
template <int DisplacementDim> | ||
struct FractureIdentity2 |
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.
Could you please add some documentation? And why is there a two at the end of the class name? At least I cannot see an already existing file FractureIdentity.h
?
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.
this corresponds to Invariants::identity2
in KelvinVector.h for usual solids. I will add some comment there
👍 |
Something is going wrong with conan and that's why Travis is failing. this is nothing to do with this PR. |
@wenqing or @endJunction can you please review this? |
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.
Looks good.
Sorry for delay I took one day off. Reviewing today everything which is there for a review.
OpenGeoSys development has been moved to GitLab. |
a part of #1535
This PR includes changes required for implementing HM process with the LIE approach. Please check each commit