Skip to content

Commit

Permalink
refactor OneEndFixedRod to OneEndFixedBC, related to #36
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Feb 10, 2022
1 parent 08dbb53 commit ac7add1
Show file tree
Hide file tree
Showing 10 changed files with 207 additions and 201 deletions.
2 changes: 1 addition & 1 deletion elastica/_elastica_numba/_boundary_conditions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import warnings
from elastica import FreeRod, ConstraintBase, OneEndFixedRod, HelicalBucklingBC
from elastica import FreeRod, ConstraintBase, OneEndFixedBC, HelicalBucklingBC

warnings.warn(
"The numba-implementation is included in the default elastica module. Please import without _elastica_numba.",
Expand Down
Loading

2 comments on commit ac7add1

@revanth397
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can someone help me with fem of cosserat rods in python/matlab please.

@skim0119
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@revanth397 Hi -- Please leave a question in git-issue or discussion for more help. We are not using FEM for our solver.

Please sign in to comment.