First Catch2 tests for structural 2D elements - #80
Merged
Merged
Conversation
Member
Member
Author
It will go away here shortly. I wanted to get this up early while John was fixing something else over in #79. Once I merge #79 into |
jdeaton
force-pushed
the
feature/catch2-tests-2d-elements
branch
from
February 19, 2020 18:03
ed9b230 to
a2c3e46
Compare
Added tests for structural Jacobian(s), inertial Jacobian, shape functions, and shape function derivatives.
- Also removed some unused #define's from various files.
jdeaton
force-pushed
the
feature/catch2-tests-2d-elements
branch
from
March 14, 2020 02:33
a2c3e46 to
122fe0c
Compare
jdeaton
marked this pull request as ready for review
March 14, 2020 03:19
Member
Author
|
Merging this one now as it completes refactoring of John's initial catch tests to reduce code duplication. There is still more testing required for 2D structural elements, but it can be added later. |
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
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.
This PR completes the chain of additions of Catch2 tests (#60, #70, #79) for existing MAST library capability that was originally primarily implemented by @JohnDN90. The additions here are related to 2D structural elements.
Below is a checklist of commits implemented by @JohnDN90 in his
add_catch2_testsbranch the whose contents/functionality need rolled in. The checklist ones will be covered in this PR: