Revision 4f7c005b54f140641a885ec51924f4248860432f authored by Ping He on 17 March 2021, 01:56:47 UTC, committed by GitHub on 17 March 2021, 01:56:47 UTC
* Added a script to scale plot3d.

* Changed plot3d2tecplot.py

* Changed the design variable hist output to JSON format.

* Added the AD calculation for ACT derivs.

* Fixed the act deriv in parallel.

* Updated the version.

* Fixed the ACT deriv in parallel. Updated the test.

* Fixed the parallel BC derivs.

* The AOA deriv is working in parallel.

* Updated tests.
1 parent bcefc22
Raw File
.gitignore
# Add any directories, files, or patterns you don't want to be tracked by version control

# MacOS files
.DS_Store
._*

# PyCharm specific
/.idea
back to top