You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typos in 02-modal-extract-sub-results.py
* Fix incoherent part in 02-modal-extract-sub-results.py
* Expose read_cyclic pin for ModalMechanicalSimulation.displacement
* Add 06-cyclic-results.py (WIP)
* Proposition with boolean arguments "expand_sectors" and "merge_stages"
* Refactor to accept 'expand_cyclic' keyword, True by default (read_cyclic=3), with False (read_cyclic=1). Can take a list of int, or a list of lists of int (multi-stage) to specify sector numbers to expand.
* Expose phase_angle_cyclic argument, connected to pin 19 (phi)
* Treat multi-stage case for plotting, improve label_space print in plot title
* Fix typehinting
* Fix typehinting
* Improve typehinting
* Refactor into Simulation._treat_cyclic, propagate to all result APIs for Static, Modal and Harmonic
* Improve coverage
* Improve coverage
* Improve coverage
* Improve Dataframe output for norm
* Improve Dataframe output for single comp result
* Improve Dataframe output for equivalent result
* Working 06-cyclic-results.py
* First working 07-multi-stage-cyclic-results.py
* Fix bug when title argument is given to plot
* Fix step "Set licensing if necessary" in CI and CI_release for retro tests
* Fix ANSYS_VERSION for "upload test results" step of retro in ci.yml and ci_release.yml
* Print empty dataframes
* Update examples
* Updates from comments
* Updates from comments
* Fix "Extract elemental nodal" -> "Extract" as location can be changed
* Fix "Von Mises" -> "von Mises"
* Remove Pandas from requirements_test.txt
* Force one-based indexing for sectors in cyclic
* Force one-based indexing for sectors in cyclic
* Force one-based indexing for sectors in cyclic
* Add dosctring examples to ModalMechanicalSimulation.displacement
0 commit comments