bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Enhancement of `numerical_analysis` and `_as_na_df` methods that provides `t_span` argument #620

Closed bogumilchilinski closed 6 months ago

bogumilchilinski commented 6 months ago

The goal of issue is preparing additional _as_na_df method argument that allows to prepare Numerical Analysis DataFrame with extended index of time span.

szymonkozlowski080 commented 6 months ago

https://cocalc.com/projects/f5eacfa1-ad37-41af-beea-da7216cf5881/files/Shared%20files/modules/dynpy/solvers/linear.py

https://cocalc.com/projects/f5eacfa1-ad37-41af-beea-da7216cf5881/files/Shared%20files/modules/dynpy/models/mechanics/principles.py

https://cocalc.com/projects/f5eacfa1-ad37-41af-beea-da7216cf5881/files/Shared%20files/modules/dynpy/solvers/numerical.py

https://cocalc.com/projects/f5eacfa1-ad37-41af-beea-da7216cf5881/files/Sandbox/Szymon%20Koz%C5%82owski/Tasks/variable_mass_class_development.ipynb

Changes and usage have been shown in following links