LICENSE
README.md
pyproject.toml
diffcohesive/__init__.py
diffcohesive.egg-info/PKG-INFO
diffcohesive.egg-info/SOURCES.txt
diffcohesive.egg-info/dependency_links.txt
diffcohesive.egg-info/requires.txt
diffcohesive.egg-info/top_level.txt
diffcohesive/assembly/__init__.py
diffcohesive/assembly/global_assembly.py
diffcohesive/assembly/orthotropic.py
diffcohesive/calibration/__init__.py
diffcohesive/calibration/calibrate.py
diffcohesive/calibration/ga_baseline.py
diffcohesive/calibration/loss.py
diffcohesive/diff/__init__.py
diffcohesive/diff/implicit_diff.py
diffcohesive/elements/__init__.py
diffcohesive/elements/cohesive.py
diffcohesive/elements/cohesive3d.py
diffcohesive/laws/__init__.py
diffcohesive/laws/base.py
diffcohesive/laws/bilinear.py
diffcohesive/laws/friction.py
diffcohesive/laws/neural.py
diffcohesive/laws/shapes.py
diffcohesive/laws/smoothing.py
diffcohesive/mesh/__init__.py
diffcohesive/mesh/insertion.py
diffcohesive/mesh/specimens.py
diffcohesive/solvers/__init__.py
diffcohesive/solvers/arc_length.py
diffcohesive/solvers/newton.py
diffcohesive/solvers/newton_batched.py
diffcohesive/solvers/stepping.py