
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
fsm_strip_thickness_damage_analysis
Advanced tools
Console app and Python API for strip thickness-dependent damage analysis and visualization of the parametric model of buckling and free vibration in prismatic shell structures, as computed by the fsm_eigenvalue project.
Console app and Python API for strip thickness-dependent damage analysis and
visualization of the parametric model of buckling and free vibration in
prismatic shell structures, as computed by the fsm_eigenvalue project
_.
This work is a part of the investigation within the research project [ON174027]_, supported by the Ministry for Science and Technology, Republic of Serbia. This support is gratefully acknowledged.
.. [ON174027] "Computational Mechanics in Structural Engineering"
.. _fsm_eigenvalue project
: https://github.com/petarmaric/fsm_eigenvalue
To install fsm_strip_thickness_damage_analysis run::
$ pip install fsm_strip_thickness_damage_analysis
Quick start::
$ fsm_strip_thickness_damage_analysis <filename>
Show help::
$ fsm_strip_thickness_damage_analysis --help
Quick start::
>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)
>>> from fsm_strip_thickness_damage_analysis import analyze_models, configure_matplotlib
>>> viscoelastic_model_file = 'examples/barbero-viscoelastic.hdf5'
>>> elastic_model_file = 'examples/barbero-elastic.hdf5'
>>> report_file = viscoelastic_model_file.replace('.hdf5', '.pdf')
>>> configure_matplotlib()
>>> analyze_models(viscoelastic_model_file, elastic_model_file, report_file, a_fix=1000.0, add_automatic_markers=True)
If you find any bugs, or wish to propose new features please let us know
_.
If you'd like to contribute, simply fork the repository
, commit your changes
and send a pull request. Make sure you add yourself to AUTHORS
.
.. _please let us know
: https://github.com/petarmaric/fsm_strip_thickness_damage_analysis/issues/new
.. _the repository
: https://github.com/petarmaric/fsm_strip_thickness_damage_analysis
.. _AUTHORS
: https://github.com/petarmaric/fsm_strip_thickness_damage_analysis/blob/master/AUTHORS
FAQs
Console app and Python API for strip thickness-dependent damage analysis and visualization of the parametric model of buckling and free vibration in prismatic shell structures, as computed by the fsm_eigenvalue project.
We found that fsm_strip_thickness_damage_analysis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.