This repository provides a Python implementation of the data-driven solver for truss structures described in Kirchdoerfer, T., & Ortiz, M. (2016). Data-driven computational mechanics. Computer Methods in Applied Mechanics and Engineering, 304, 81-101.
Some notebook examples can be found in examples
.
Documentation is available here.
To install ddtruss
, you are invited to use pip
and its associated options
pip install -U ddtruss
To run the ddtruss
unit tests, check out this repository and type
pytest
ddtruss
is published under the MIT license.