-
Notifications
You must be signed in to change notification settings - Fork 17
Issue 1214 - Implements 3D Assembly fixture and stand-in displacement tests #1234
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
Open
lsawade
wants to merge
3,484
commits into
issue-984
Choose a base branch
from
issue-1214
base: issue-984
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
- [x] Implements data access class for chunk edge - [x] Adds different fields withink chunk edge
…mization didnt like it. Set the interator to be volatile type to avoid optimization.
Putting the finding and/or installation of dependencies into a separate folder "cmake" for a cleaner Cmakelists.txt
…atch specfem2d fortran. ElasticSH is the only test that is failing.
- [x] Adds chunk edge iterator - [x] Adds tests for chunk edge iterator - [x] Adds edge intersection iterator - [x] Adds tests for edge intersection iterator - [x] Adds access functions for chunk field
…ocate-point-tests Updated the 2D tests for locate point
…sources Issue 990 assembly sources - Implement assembly sources
Issue 981 - Implement 3D receivers
Issue 1120 - Added 3d elastic isotropic stress and associated unit-tests
Issue 1121 - Adds 3D mass matrix computation and associated tests
…the source functions.
Co-authored-by: Lucas Sawade <[email protected]>
Co-authored-by: Lucas Sawade <[email protected]>
…ting the assembly
This reverts commit 9e8e243.
Compute Reparameterization for Nonconforming Interfaces
Issue 1211 - Implements 3D receiver IO and IO tests for receivers
Iterators and Access functions for edges
Issue 824 - Nightly benchmarks snakemake workflows
oh no. something aint right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
DO NOT REVIEW THIS I deleted a file and it mangled the git history... I will have to fix this. Thank, the lawd I made a backup...
This required a lot of renaming and adding of new files + fixes in the reading of the mesh.
There is still a bug, which I haven't had time to squash, because I had to update the tests again due to large files. Issuing the PR now, because it's basically all done.
Missing before merge
Issue Number
Closes #1214
Checklist
Please make sure to check developer documentation on specfem docs.