New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

structsolve

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

structsolve

Structural analysis solvers

0.2.2
PyPI
Maintainers
1
VersionDownloadTravis CITest Coverage
MasterLinux StatusCoverage Status

Structural Analysis Solvers

  • Linear statics: [K]{u} = {f}
  • Eigensolver for Linear buckling: ([K] + lambda[KG]){u} = 0
  • Eigensolver for dynamics: ([K] + lambda^2[M]){u} = 0
  • Nonlinear statics using Newton-Raphson
  • Nonlinear statics using the Arc-Length method

ROADMAP

Currently these solvers are pretty much compatible with my other repository "panels", such that future work should focus on generalizing this module to work with other applications.

License

Distrubuted in the 2-Clause BSD license (https://raw.github.com/compmech/structsolve/master/LICENSE).

Contact: castrosaullo@gmail.com

Keywords

structural analysis stress vibration linear buckling newton raphson arc length

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts