zhaowei0566 / dlm4py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DLM4PY: A simple DLM implementation

dlm4py is a simple Doublet Lattice Method (DLM) and flutter code implemented in Python and Fortran that implements exact derivatives. To compile dlm4py you will need Python, a Fortran compiler and f2py. To run flutter analyses you will also need a working version of TACS.

Installation

Installation utilizes f2py through numpy distutils. Use

python setup.py build

I recommend a local installation:

python setup.py install --user --prefix=

About

License:Other


Languages

Language:Python 65.8%Language:Fortran 33.8%Language:Makefile 0.4%