GazzolaLab / PyElastica

Python implementation of Elastica, an open-source software for the simulation of assemblies of slender, one-dimensional structures using Cosserat Rod theory.
https://www.cosseratrods.org
MIT License
221 stars 109 forks source link

Simulating magnetic Cosserat rods as an additional functionality of PyElastica #244

Closed bhosale2 closed 1 year ago

bhosale2 commented 1 year ago

Is your feature request related to a problem? Please describe. The ability to simulate magnetised Cosserat rods, that react to external magnetic fields, exists in a derivative package MagnetoPyElastica, developed at https://github.com/armantekinalp/MagnetoPyElastica. This functionality can be exposed as of now to PyElastica users, by adding MagnetoPyElastica as an extra dependency in PyElastica.

Describe the solution you'd like Add MagnetoPyElastica as an extra dependency in PyElastica, which can be installed by simply doing

pip install "pyelastica[magnetism]"
bhosale2 commented 1 year ago

Closed via #245.