Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.48 KB

PyPI Version Build Status Code Coverage

Structures

Compute fields (displacement/force/momentum) of structures using Finite Element Method.

  • 1D Elements
    • Truss (Traction/Compression)
    • Beam
      • Euler-Bernoulli
      • Timoshenko (Needs implementation)

How to use it

There are many Python Notebooks in the folder examples.

Install

This library is available in PyPI. To install it

pip install compmec-strct

Or install it manually

git clone https://github.com/compmec/strct
cd strct
pip install -e .

Documentation

In progress. See the examples.

Contribute

Please use the Issues or refer to the email [email protected]