Skip to content
forked from gjkennedy/dlm4py

A basic DLM implementation in fortran with a python wrapper

License

Notifications You must be signed in to change notification settings

bugleilei/dlm4py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A basic DLM implementation in fortran with a python wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.8%
  • Fortran 33.8%
  • Makefile 0.4%