-
Notifications
You must be signed in to change notification settings - Fork 249
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
[Poromechanics] Fixing fracture propagation utility and updating to current input standard #3777
Conversation
//Triangle_2d_3 | ||
//GI_GAUSS_2 | ||
|
||
rExtrapolationMatrix(0,0) = 1.6666666666666666421; rExtrapolationMatrix(0,1) = -0.33333333333333334443; rExtrapolationMatrix(0,2) = -0.33333333333333334443; |
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.
should these constants be 5/3 and 1/3?
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.
Thanks! I'll fix it
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.
great!
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.
Nice!
This fixes the outdated files of PR #2360. Other minor cleanup changes are included.
Tests have also been updated and run flawlessly.