Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • patch-1
2 results

pyframe3dd

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Soma Mitra-Behura authored
    f48c5538
    History
    Name Last commit Last update
    ex
    src
    README.md
    setup.py

    Some hacked utilities for interfacing to the Frame3DD library, maintained by Henri P. Gavin, Department of Civil and Environmental Engineering, Duke University. frame3dd.sourceforge.net

    Installation

    1. Install Frame3dd.
    2. Install python dependencies
    sudo pip install networkx scipy
    1. Build and install pyframe3dd. By default this will go to /usr/local
    python setup.py build
    python setup.py install
    1. (optional) If you want to see Frame3dd's native output plots and animations, install gnuplot. On mac:
    brew install gnuplot --with-x11

    or on Linux

    sudo apt-get install gnuplot

    Examples

    The directory ex/ contains example python scripts using the library.