Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.01 KB

Constrained form finding using Dynamic Relaxation

This package provides equilibrium solvers and constraints for constrained form finding using the "dynamic relaxation" method.

The solvers can be used through the compas_dr paclage directly, or through COMPAS FormFinder, which is a form finding tool with a GUI combining various different form finding approaches.

Installation

Stable releases can be installed from PyPI.

pip install compas_dr

To install the latest development version, do:

git clone https://github.com/blockresearchgroup/compas_dr.git
cd compas_dr
pip install -e ".[dev]"

Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS DR docs

Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.