ONSAS / ONSAS.jl

An Open Nonlinear Structural Analysis Solver in Julia
MIT License
7 stars 1 forks source link
computational-mechanics finite-element-method julia structural-engineering

ONSAS.jl

An Open Nonlinear Structural Analysis Solver written in Julia

docs-dev CI codecov license

The original project ONSAS: Open Nonlinear Structural Analysis Solver for GNU-Octave/Matlab, which currently offers more features, served as the foundation for the implementation of ONSAS.jl. This Julia version aims to extend the capabilities and enhance the performance of the original solver within the Julia programming environment.

Disclaimer: This software is currently under development and may contain bugs or incomplete features. It is intended for testing and educational purposes only.

Using ONSAS

ONSAS.jl is a registered Julia package and can be installed and added to your project from your Julia terminal using:

julia> using ONSAS

To help you get started with using ONSAS.jl, we have provided resources in the docs. This includes internal documentation for interfaces, algorithms, and examples

Contributing

All forms of contributing are kindly welcome (bug reports, docs, features, suggestions, questions and discussions). See CONTRIBUTING for more details.