/lsdo_geo

Package for geometry modeling and parameterization for multi-disciplinary analysis and design optimization

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

lsdo_project_template

GitHub Actions Test Badge Forks Issues

A package for representing and parameterizing geometry and states for multidisciplinary design optimization.

Installation

Installation instructions for users

For direct installation with all dependencies, run on the terminal or command line

pip install git+https://github.com/LSDOlab/lsdo_geo.git

Enabled by: packages=find_packages() in the setup.py file.

Installation instructions for developers

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_geo

For Developers

For details on documentation, refer to the README in docs directory.

For details on testing/pull requests, refer to the README in tests directory.