-
Notifications
You must be signed in to change notification settings - Fork 458
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
Various improvements to SubDyn #859
Conversation
For a rigid assembly that involves an interface joint, the joint selected as "leader" is always the interface node. There was a bug when the interface node was somehow futher down the list of joints as the other joints involved in the assembly. The list INodesID returned by RAElimination was correct, but after this function call, there was a need to directly address the other joints and change the "iNode" of the for loop so that it points to the leader Node. The variable "iNodeSel" was introduced to account for this.
…of python for SD regression tests
SD: add y3mesh handling to glue code
Codecov Report
@@ Coverage Diff @@
## dev #859 +/- ##
==========================================
+ Coverage 11.27% 11.28% +0.01%
==========================================
Files 211 211
Lines 309733 310488 +755
Branches 180530 181011 +481
==========================================
+ Hits 34910 35054 +144
- Misses 230900 231094 +194
- Partials 43923 44340 +417
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@andrew-platt @ebranlard It looks like this pull request included changes to the r-test commit, but that commit was not merged into the dev branch in the r-test repo. Is it safe to resolve that difference? |
Yes, additional tests were added to test the new features, it should safe to merge |
This pull request is ready to merge.
Feature or improvement description
OutCBModes
andOutFEMModes
.Impacted areas of the software
SubDyn
Tests
New tests were added in the branch
f/SD-Loads
of ther-test
. Including some tests for cable/rigid link/ rotational joints, from a comparison with Ansys.