-
Notifications
You must be signed in to change notification settings - Fork 91
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
Improvements to EFEM solver. #1147
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
cf1f1e3
Adding cellToFrac maps and fractured cell list.
CusiniM 05249ee
Merge remote-tracking branch 'origin/develop' into feature/cusini1/EF…
CusiniM 59e708e
Merge remote-tracking branch 'origin/develop' into feature/cusini1/EF…
CusiniM a24b369
Crated AESKernel
CusiniM 23c05c9
Using tensorOps.
CusiniM 4baeac6
Added EFEMKernelsHelper.
CusiniM d37a26e
Kernel has all it needs.
CusiniM 7efe69d
Finished up kernels. removed old assembly.
CusiniM a16cd99
Merge remote-tracking branch 'origin/develop' into feature/cusini1/EF…
CusiniM 38aa58f
Fixes. Local storage of solution.
CusiniM 830db21
Addressed most of Josh's comments + added traction.
CusiniM fd7efd8
It builds.
CusiniM 9cff008
Almost working but w is full of junk.
CusiniM bd7cde9
Sneddon is working.
CusiniM 6e58671
uncrustify
CusiniM 53a68fb
Merge remote-tracking branch 'origin/develop' into feature/cusini1/EF…
CusiniM ccd0b17
udpate LvArray
CusiniM dc45a74
Merge remote-tracking branch 'origin/develop' into feature/cusini1/EF…
CusiniM e83ed51
Merge remote-tracking branch 'origin/develop' into feature/cusini1/EF…
CusiniM 7466deb
update LvArray
CusiniM 0d0d695
fix gravity vector copy.
CusiniM dad1e2b
fixed doxygen
CusiniM fe307e3
Fixed cuda errors.
CusiniM b449bbb
fixed bug in cuda runs.
CusiniM 73d62f4
uncrustify
CusiniM 43974aa
Merge remote-tracking branch 'origin/develop' into feature/cusini1/EF…
CusiniM 1d21bd9
use unscaled symmetric outer product in tensorOps
rrsettgast 804e255
bugfix
rrsettgast df4f118
update code to use new tensorOps
CusiniM 06d51ad
uncrustify
CusiniM c8ee674
bugfix
CusiniM d95c558
Addressing last few of randy's comments.
CusiniM 12beb4b
removed delted file from cmakeListes
CusiniM c43a02d
LvArray update
CusiniM dce3ffb
Merge branch 'feature/cusini1/EFEMSolvImprovements' of github.com:GEO…
CusiniM ce78689
updated integratedTests tag
CusiniM 5fc6f57
updated LvArray and fixed compilation error in debug mode on lassen.
CusiniM 3fb8851
update LvArray submodule hash
rrsettgast 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 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
Submodule integratedTests
updated
from a343d2 to af39a6
Submodule LvArray
updated
7 files
+43 −0 | src/fixedSizeSquareMatrixOps.hpp | |
+103 −0 | src/fixedSizeSquareMatrixOpsImpl.hpp | |
+69 −27 | src/genericTensorOps.hpp | |
+117 −0 | unitTests/testTensorOpsFixedSize.cpp | |
+0 −51 | unitTests/testTensorOpsOneSize.cpp | |
+113 −0 | unitTests/testTensorOpsTwoSizes.hpp | |
+10 −0 | unitTests/testTensorOpsTwoSizes4.cpp |
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
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
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
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
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
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
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
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
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
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.
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.
If these always exist in the subregion, then can just be members.
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.
Well, they only exist for mechanics simulations. In case of flow sim they won't be registered.
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.
Isn't the displacement jump akin to the aperture?
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.
it is but they are two different things (separate fields). In a way the normal component of it is equal to the aperture but they are two different fields. Basically the flow solver will ask for the aperture which, in the poroelastic case is updated based on the displacement jump. It's a formality but distinguishing between them allows for a bit more flexibility, e.g., the enrichment can be done in a basis which does not use the normal to the fracture.