Skip to content

Commit

Permalink
Merge pull request #56 from GazzolaLab/wip_constraint
Browse files Browse the repository at this point in the history
Update on constraint module; Add generalized constraint class
  • Loading branch information
skim0119 authored Feb 12, 2022
2 parents 1c008ba + c629a78 commit a263a18
Show file tree
Hide file tree
Showing 21 changed files with 710 additions and 313 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, 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

0 comments on commit a263a18

Please sign in to comment.