Skip to content

arpastrana/dfdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25fb0ca Â· Sep 28, 2022
Nov 3, 2020
Sep 28, 2022
Nov 3, 2020
Nov 3, 2020
Sep 28, 2022
Sep 28, 2022
Nov 3, 2020
Jul 14, 2022
Nov 3, 2020
Sep 28, 2022
Nov 3, 2020
Jul 6, 2022
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Nov 3, 2020
Aug 29, 2022
Aug 29, 2022
Jul 15, 2022
Nov 3, 2020
Nov 3, 2020
Jul 14, 2022
Nov 3, 2020
Jul 14, 2022
Jul 14, 2022

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