A differentiable implementation of the force density method (FDM).
This library is tailored to the solution of constrained form-finding problems.
First, create a new anaconda environment and activate it:
conda create --name dfdm
conda activate dfdmThen, install compas and compas_view:
conda install compas
conda install compas_view2Install autograd, our automatic differentiation backend:
pip install autogradFinally, install this library from source as an editable package:
pip install -e .Enjoy 🍸!
MIT
