Skip to content

dcellucci/pfea2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physical Finite Element Analysis

Constructing cellular solids as monolithic, three-dimensional frames, and then performing dynamic and static structural analysis to find their behavior.

pfea.py

A Python port of the Frame3DD library, maintained by Henri P. Gavin, Department of Civil and Environmental Engineering, Duke University.

Frame3dd.py

Utilities for interfacing to the original Frame3DD library.

NB

The 'font' is Banner from http://www.network-science.de/ascii/

For testing package installs, virtualenv is recommended. (In the pfea folder)

virtualenv ~/virtenv/
. ~/virtenv/bin/activate
python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%