-
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
Update contact model #40
Conversation
This commit adds, numba versions of rod-rod and self contact implementations and also test cases
This commit finizalize self-contact validation for numba and it adds validation cases, plectonome and solenoid.
This comment adds a new code to save rod position, radius, directors for topology analysis.
@armantekinalp Could you update the new version and explain changes in release? |
This commit updates the rod initialization of RodContactCase examples, instead of inputting poisson ratio we use shear modulus
Codecov Report
@@ Coverage Diff @@
## update-v0.2.1 #40 +/- ##
=================================================
- Coverage 84.97% 81.70% -3.27%
=================================================
Files 39 39
Lines 2436 2542 +106
Branches 338 357 +19
=================================================
+ Hits 2070 2077 +7
- Misses 341 440 +99
Partials 25 25
Continue to review full report at Codecov.
|
Here are the solenoid result: 2D_xy_solenoid.mp4And for plectonemes 2D_xy_plectonemes.mp4 |
I think after the review we can merge @skim0119 |
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. We should probably address code coverage at some point.
Adding self contact and rod-rod contact models
solves #31