A package for representing and parameterizing geometry and states for multidisciplinary design optimization.
For direct installation with all dependencies, run on the terminal or command line
pip install git+https://github.com/LSDOlab/lsdo_geo.gitEnabled by: packages=find_packages() in the setup.py file.
To install lsdo_geo, first clone the repository and install using pip.
On the terminal or command line, run
git clone https://github.com/LSDOlab/lsdo_geo.git
pip install -e ./lsdo_geoFor details on documentation, refer to the README in docs directory.
For details on testing/pull requests, refer to the README in tests directory.