.coveragerc
.gitattributes
.gitignore
.readthedocs.yml
3rd-party-licenses.txt
CHANGELOG.md
CONTRIBUTING.md
INSTALLATION.md
Jenkinsfile
LICENSE
NEWS-2.0.md
NOTICE
README.md
install_pylife_win.bat
pyproject.toml
setup.cfg
setup.py
sonar-project.properties
.githooks/prepare-commit-msg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/pypi-deploy-odbclient.yml
.github/workflows/pypi-deploy-odbserver.yml
.github/workflows/pypi-deploy.yml
.github/workflows/pytest.yml
.github/workflows/wheelbuild-benchmark-test.yml
batch_scripts/build_docs.bat
batch_scripts/create_pylife_environment.bat
batch_scripts/create_pylife_environment.sh
batch_scripts/run_code_analysis.bat
batch_scripts/run_pylife_tests.bat
batch_scripts/run_test_cov_analysis.bat
batch_scripts/start_Jupyter_notebook.bat
benchmarks/conftest.py
benchmarks/generate_time_signal.py
benchmarks/test_rainflow_counters.py
binder/apt.txt
binder/environment.yml
binder/start
demos/__init__.py
demos/beam_3d.rst
demos/beam_nodes.png
demos/collectives.p
demos/helper_functions.py
demos/hotspot_beam.ipynb
demos/index.ipynb
demos/lifetime_calc.ipynb
demos/load_collective.ipynb
demos/local_stress_with_FE.ipynb
demos/plate_with_hole.vmap
demos/psd_optimizer.ipynb
demos/ramberg_osgood.ipynb
demos/stress_gradient.ipynb
demos/stress_strength.ipynb
demos/time_series_handling.ipynb
demos/ts_example.h5
demos/two_notched_beam.vmap
demos/vmap_export.vmap
demos/woehler_analyzer.ipynb
demos/woehler_curve.ipynb
demos/data/PSD_values.csv
demos/data/woehler/fatigue-data-fractures.csv
demos/data/woehler/fatigue-data-plain.csv
docs/3rd-party-licenses.txt
docs/CHANGELOG.md
docs/CODINGSTYLE.rst
docs/CONTRIBUTING.md
docs/INSTALLATION.md
docs/LICENSE.md
docs/Makefile
docs/NEWS-2.0.md
docs/NOTICE.md
docs/README.md
docs/broadcaster.rst
docs/conf.py
docs/cookbook.rst
docs/data_model.rst
docs/index.rst
docs/reference.rst
docs/signal_api.rst
docs/tutorials.rst
docs/user_guide.rst
docs/variable_names.rst
docs/_static/.gitignore
docs/_static/css/custom.css
docs/_static/css/fix-rtd-property.css
docs/demos/hotspot_beam.nblink
docs/demos/lifetime_calc.nblink
docs/demos/load_collective.nblink
docs/demos/local_stress_with_FE.nblink
docs/demos/psd_optimizer.nblink
docs/demos/ramberg_osgood.nblink
docs/demos/stress_gradient.nblink
docs/demos/stress_strength.nblink
docs/demos/time_series_handling.nblink
docs/demos/woehler_analyzer.nblink
docs/demos/woehler_curve.nblink
docs/general/signal.rst
docs/materialdata/woehler.rst
docs/materialdata/woehler/bayesian.rst
docs/materialdata/woehler/elementary.rst
docs/materialdata/woehler/fatigue_data.rst
docs/materialdata/woehler/index.rst
docs/materialdata/woehler/likelihood.rst
docs/materialdata/woehler/maxlikefull.rst
docs/materialdata/woehler/maxlikeinf.rst
docs/materialdata/woehler/pearl_chain.rst
docs/materialdata/woehler/probit.rst
docs/materiallaws/hookeslaw.rst
docs/materiallaws/rambgood.rst
docs/materiallaws/true_stress_strain.rst
docs/materiallaws/woehlercurve.rst
docs/mesh/gradient.rst
docs/mesh/hotspot.rst
docs/mesh/mesh.rst
docs/mesh/meshmapping.rst
docs/mesh/meshsignal.rst
docs/mesh/plainmesh.rst
docs/strength/failure_probability.rst
docs/strength/fatigue.rst
docs/strength/meanstress.rst
docs/strength/miner.rst
docs/stress/equistress.rst
docs/stress/frequencysignal.rst
docs/stress/index.rst
docs/stress/load_collective.rst
docs/stress/load_histogram.rst
docs/stress/rainflow.rst
docs/stress/stresssignal.rst
docs/stress/timesignal.rst
docs/stress/rainflow/abstractrecorder.rst
docs/stress/rainflow/fkmdetector.rst
docs/stress/rainflow/fourpointdetector.rst
docs/stress/rainflow/fullrecorder.rst
docs/stress/rainflow/loopvaluerecorder.rst
docs/stress/rainflow/threepointdetector.rst
docs/tools/index.rst
docs/tools/odbclient/index.rst
docs/tools/odbclient/odbclient.rst
docs/tools/odbserver/index.rst
docs/tutorials/stress-strength.rst
docs/utils/functions.rst
docs/utils/histogram.rst
docs/utils/probability_data.rst
docs/vmap/vmap.rst
docs/vmap/vmap_export.rst
docs/vmap/vmap_import.rst
src/pylife/__init__.py
src/pylife.egg-info/PKG-INFO
src/pylife.egg-info/SOURCES.txt
src/pylife.egg-info/dependency_links.txt
src/pylife.egg-info/not-zip-safe
src/pylife.egg-info/requires.txt
src/pylife.egg-info/top_level.txt
src/pylife/core/__init__.py
src/pylife/core/broadcaster.py
src/pylife/core/data_validator.py
src/pylife/core/pylifesignal.py
src/pylife/materialdata/.gitignore
src/pylife/materialdata/__init__.py
src/pylife/materialdata/data/Test_dat.xlsx
src/pylife/materialdata/woehler/__init__.py
src/pylife/materialdata/woehler/bayesian.py
src/pylife/materialdata/woehler/elementary.py
src/pylife/materialdata/woehler/fatigue_data.py
src/pylife/materialdata/woehler/likelihood.py
src/pylife/materialdata/woehler/maxlike.py
src/pylife/materialdata/woehler/pearl_chain.py
src/pylife/materialdata/woehler/probit.py
src/pylife/materialdata/woehler/pymc_dummy.py
src/pylife/materiallaws/__init__.py
src/pylife/materiallaws/hookeslaw.py
src/pylife/materiallaws/rambgood.py
src/pylife/materiallaws/true_stress_strain.py
src/pylife/materiallaws/woehlercurve.py
src/pylife/mesh/__init__.py
src/pylife/mesh/gradient.py
src/pylife/mesh/hotspot.py
src/pylife/mesh/meshmapping.py
src/pylife/mesh/meshsignal.py
src/pylife/strength/README.md
src/pylife/strength/__init__.py
src/pylife/strength/failure_probability.py
src/pylife/strength/fatigue.py
src/pylife/strength/helpers.py
src/pylife/strength/meanstress.py
src/pylife/strength/miner.py
src/pylife/strength/sn_curve.py
src/pylife/strength/solidity.py
src/pylife/stress/README.md
src/pylife/stress/__init__.py
src/pylife/stress/equistress.py
src/pylife/stress/frequencysignal.py
src/pylife/stress/stresssignal.py
src/pylife/stress/timesignal.py
src/pylife/stress/collective/__init__.py
src/pylife/stress/collective/abstract_load_collective.py
src/pylife/stress/collective/load_collective.py
src/pylife/stress/collective/load_histogram.py
src/pylife/stress/rainflow/.gitignore
src/pylife/stress/rainflow/__init__.py
src/pylife/stress/rainflow/compat.py
src/pylife/stress/rainflow/extension.pyx
src/pylife/stress/rainflow/fkm.py
src/pylife/stress/rainflow/fourpoint.py
src/pylife/stress/rainflow/general.py
src/pylife/stress/rainflow/recorders.py
src/pylife/stress/rainflow/threepoint.py
src/pylife/utils/README.md
src/pylife/utils/__init__.py
src/pylife/utils/functions.py
src/pylife/utils/histogram.py
src/pylife/utils/probability_data.py
src/pylife/vmap/__init__.py
src/pylife/vmap/exceptions.py
src/pylife/vmap/vmap_attribute.py
src/pylife/vmap/vmap_coordinate_system.py
src/pylife/vmap/vmap_dataset.py
src/pylife/vmap/vmap_element_type.py
src/pylife/vmap/vmap_export.py
src/pylife/vmap/vmap_import.py
src/pylife/vmap/vmap_integration_type.py
src/pylife/vmap/vmap_metadata.py
src/pylife/vmap/vmap_section.py
src/pylife/vmap/vmap_structures.py
src/pylife/vmap/vmap_unit_system.py
tests/__init__.py
tests/conftest.py
tests/core/__init__.py
tests/core/test_broadcaster.py
tests/core/test_signal.py
tests/demos/__init__.py
tests/demos/test_demo_notebooks.py
tests/materialdata/__init__.py
tests/materialdata/woehler/__init__.py
tests/materialdata/woehler/data.py
tests/materialdata/woehler/test_analyzer.py
tests/materialdata/woehler/test_bayesian_pymc.py
tests/materialdata/woehler/test_no_pymc.py
tests/materiallaws/__init__.py
tests/materiallaws/test_hookeslaw.py
tests/materiallaws/test_rambgood.py
tests/materiallaws/test_true_stress_strain.py
tests/materiallaws/test_woehlercurve.py
tests/mesh/__init__.py
tests/mesh/test_gradient.py
tests/mesh/test_hotspot.py
tests/mesh/test_meshmapping.py
tests/mesh/test_meshsignal.py
tests/strength/__init__.py
tests/strength/data.py
tests/strength/test_failure_probability.py
tests/strength/test_fatigue.py
tests/strength/test_haigh_diagram.py
tests/strength/test_meanstress.py
tests/strength/test_meanstress_collective.py
tests/strength/test_meanstress_matrix.py
tests/strength/test_miner.py
tests/strength/test_solidity.py
tests/stress/__init__.py
tests/stress/test_equistress.py
tests/stress/test_frequencysignal.py
tests/stress/test_stresssignal.py
tests/stress/test_timesignal.py
tests/stress/test_timesignal_no_tsfresh.py
tests/stress/collective/__init__.py
tests/stress/collective/test_load_collective.py
tests/stress/collective/test_load_histogram.py
tests/stress/rainflow/__init__.py
tests/stress/rainflow/test_compat.py
tests/stress/rainflow/test_fkm.py
tests/stress/rainflow/test_fourpoint.py
tests/stress/rainflow/test_recorders.py
tests/stress/rainflow/test_threepoint.py
tests/stress/rainflow/test_turnsdetect.py
tests/utils/__init__.py
tests/utils/test_functions.py
tests/utils/test_histogram.py
tests/utils/test_probability_data.py
tests/vmap/__init__.py
tests/vmap/reference_data.py
tests/vmap/test_vmap_export.py
tests/vmap/test_vmap_import.py
tests/vmap/testfiles/__init__.py
tests/vmap/testfiles/beam_2d_squ_lin.vmap
tests/vmap/testfiles/beam_2d_squ_lin_and_quad.vmap
tests/vmap/testfiles/beam_2d_squ_quad.vmap
tests/vmap/testfiles/beam_2d_tri_lin.vmap
tests/vmap/testfiles/beam_2d_tri_quad.vmap
tests/vmap/testfiles/beam_3d_hex_lin.vmap
tests/vmap/testfiles/beam_3d_hex_quad.vmap
tests/vmap/testfiles/beam_3d_tet_lin.vmap
tests/vmap/testfiles/beam_3d_tet_quad.vmap
tests/vmap/testfiles/beam_3d_wedge_lin.vmap
tests/vmap/testfiles/beam_3d_wedge_quad.vmap
tests/vmap/testfiles/beam_at_integration_points.vmap
tests/vmap/testfiles/rotsym_quad_lin.vmap
tools/README.md
tools/odbclient/.coveragerc
tools/odbclient/.gitignore
tools/odbclient/.readthedocs.yml
tools/odbclient/AUTHORS.rst
tools/odbclient/LICENSE
tools/odbclient/README.md
tools/odbclient/demo.ipynb
tools/odbclient/pyproject.toml
tools/odbclient/setup.cfg
tools/odbclient/setup.py
tools/odbclient/src/odbclient/__init__.py
tools/odbclient/src/odbclient/odbclient.py
tools/odbclient/tests/beam_3d_hex_quad.odb
tools/odbclient/tests/connectivity.json
tools/odbclient/tests/history_output_test.odb
tools/odbclient/tests/node_coordinates.csv
tools/odbclient/tests/stress_element_nodal.csv
tools/odbclient/tests/stress_integration_point.csv
tools/odbclient/tests/test_odbclient.py
tools/odbserver/.coveragerc
tools/odbserver/.gitignore
tools/odbserver/AUTHORS.rst
tools/odbserver/LICENSE
tools/odbserver/README.md
tools/odbserver/setup.cfg
tools/odbserver/setup.py
tools/odbserver/test-requirements.txt
tools/odbserver/odbserver/__init__.py
tools/odbserver/odbserver/__main__.py
tools/odbserver/odbserver/interface.py
tools/odbserver/tests/conftest.py