Skip to content

arpastrana/dfdm

Repository files navigation

dfdm

A differentiable implementation of the force density method (FDM).

This library is tailored to the solution of constrained form-finding problems.

Installation

First, create a new anaconda environment and activate it:

conda create --name dfdm
conda activate dfdm

Then, install compas and compas_view:

conda install compas
conda install compas_view2

Install autograd, our automatic differentiation backend:

pip install autograd

Finally, install this library from source as an editable package:

pip install -e .

Enjoy 🍸!

License

MIT