PyElastica
PyElastica copied to clipboard
Remove the option for internal damping module for Cosserat rods following warning message
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 error message if the user provides internal damping other than None when initializing a Cosserat rod, and remove related functionality from the cosserat rod equations.
Thoughts @armantekinalp and @skim0119?
I agree with you suggestion. As we discussed with @bhosale2, I think we should remove the internal damping functionality, all variables and tests as we planned in v.0.3.1 and update the warning message accordingly.
Closed via #243.