Skip to content

Provides functionality for solving and optimizing simple trusses using PyTorch auto-grad.

License

Notifications You must be signed in to change notification settings

levirogalla/truss-analysis

Repository files navigation

Truss Analysis Package

This package gives functionality to analyse trusses.

How to use

Create a mesh using Mesh class.

Add joints, members, forces, and supports using coresponding data classes.

Changes to any of the above classes are done in the same memory location. Meaning changing a joint outside of a mesh will also change the joint inside the mesh.

Supports skyciv node and member cvs files to create mesh from cvs.

Versions

0.1.1

Fixed dependancies

0.1.0

First version.

About

Provides functionality for solving and optimizing simple trusses using PyTorch auto-grad.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages