-
Notifications
You must be signed in to change notification settings - Fork 112
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
Track velocity norms as dynamic proxies in Axial stretching and Timoshenko examples #97
Conversation
hotfix coverage: cannot omit ellipsis
This commit fixes the numpy import issue in axial stretching example.
This commit changes constructor step of axial stretching and butterfly. It remove poisson ratio and adds shear modulus
…cases 95 missing imports example cases
Codecov Report
@@ Coverage Diff @@
## update-0.3.0 #97 +/- ##
=================================================
+ Coverage 0 87.06% +87.06%
=================================================
Files 0 41 +41
Lines 0 2535 +2535
Branches 0 344 +344
=================================================
+ Hits 0 2207 +2207
- Misses 0 306 +306
- Partials 0 22 +22
Continue to review full report at Codecov.
|
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.
One minor change.
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.
LGTM
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.
LGTM.
Adds functionality to track velocity of the rod to check if the simulation is close to reaching the quasi-steady state.
Apologies for adding a new branch to the main repo, I was in a hurry.