Yashraj Bhosale

Results 5 issues of Yashraj Bhosale

Currently, adding damping to the rod via `AnalyticalLinearDamper` results in the following warning message: Per the warning to make a soft change, we should convert the warning message to an...

enhancement
discussion
prio:medium

Currently, in example cases, the modules from `elastica` are imported directly as `from elastica import *`. This can become an issue when using `elastica` across packages (where `elastica` is a...

enhancement
good first issue
discussion
prio:medium

Currently, the continuum snake example in `examples/Visualisation` uses `moveipy` for generating videos, unlike other example cases where we use `ffmpeg` throughout. To maintain consistency, we need to update the example...

good first issue
update
prio:low

Currently, the implementation for connections and collision lies in `joint.py` which is a rather non-intuitive name for its contents. A more intuitive name could be `connections_and_collision.py`? @armantekinalp and @skim0119 suggestions?

enhancement
discussion
prio:low

We should have type hints and static type checking throughout PyElastica using `mypy`, which adds more context to function arguments and reduces the chances of error while coding.

enhancement
prio:medium
python