.check_netcdf_capabilities.py
.gitattributes
.gitignore
AUTHORS
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
compile_doc.sh
env.sh
pytest.ini
requirements.txt
run-tests.py
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/run_tests.yml
.idea/.gitignore
.idea/vcs.xml
Adhesion/ChangeLog.md
Adhesion/__init__.py
Adhesion.egg-info/PKG-INFO
Adhesion.egg-info/SOURCES.txt
Adhesion.egg-info/dependency_links.txt
Adhesion.egg-info/not-zip-safe
Adhesion.egg-info/requires.txt
Adhesion.egg-info/top_level.txt
Adhesion/Interactions/Exponential.py
Adhesion/Interactions/Harmonic.py
Adhesion/Interactions/Interactions.py
Adhesion/Interactions/Lj93.py
Adhesion/Interactions/Potentials.py
Adhesion/Interactions/PowerLaw.py
Adhesion/Interactions/SmoothPotential.py
Adhesion/Interactions/VdW82.py
Adhesion/Interactions/__init__.py
Adhesion/Interactions/cutoffs.py
Adhesion/ReferenceSolutions/BaneyHui.py
Adhesion/ReferenceSolutions/DMT.py
Adhesion/ReferenceSolutions/JKR.py
Adhesion/ReferenceSolutions/MaugisDugdale.py
Adhesion/ReferenceSolutions/PastewkaRobbins.py
Adhesion/ReferenceSolutions/__init__.py
Adhesion/ReferenceSolutions/sinewave/JKR.py
Adhesion/ReferenceSolutions/sinewave/__init__.py
Adhesion/System/Factory.py
Adhesion/System/PlasticSystemSpecialisations.py
Adhesion/System/SmoothSystemSpecialisations.py
Adhesion/System/Systems.py
Adhesion/System/__init__.py
commandline/soft_wall.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/development.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/testing.rst
docs/usage.rst
docs/Figures/geometry.svg
docs/Figures/geometry_pdf_tex.svg
examples/adhesive_plastic_simulation_cone.ipynb
examples/hardwall_adhesion_custom.py
examples/power_law_potential.ipynb
examples/preconditionning.ipynb
examples/sinewave_bem_vs_jkr.py
helpers/CGDugdale_Demo.ipynb
helpers/CGDugdale_playground.ipynb
helpers/LBFGS_convergence_randomly_rough_scipy_vs_NuMPI.py
helpers/LBFGS_convergence_smoothball_scipy_vs_NuMPI.py
helpers/LBFGS_scipy_vsNuMPI.py
helpers/PotentialHelper.py
helpers/SplineHelper.py
helpers/Symbolic_Augmented_Lagrangian.ipynb
helpers/Testing_NewtonConfidenceRegion.ipynb
helpers/Testing_Newton_linesearch.ipynb
helpers/Testing_augmented_Lagrangian.ipynb
helpers/Testing_augmented_Lagrangian.py
helpers/VdW_Spline.py
helpers/accelerated_gradient_projection.ipynb
helpers/check_gradient_energy.py
helpers/hysteresis.py
helpers/hysteresis_simple_smooth.py
helpers/influence_maxcor.py
helpers/l_bfgs_b_test.py
helpers/simple_smooth.py
helpers/smoothcontact_performance.py
helpers/unstable_traction.py
long_tests/__init__.py
long_tests/conftest.py
long_tests/test_bugnicourt_bench_reduced.py
long_tests/test_sphere_vdw82_mpi.py
maintenance/copyright.py
maintenance/replace_header.py
maintenance/update_license_headers.sh
singularity/README.md
singularity/adhesion_mpi.def
singularity/adhesion_serial.def
singularity/customenv.def
singularity/dep_mpi.def
singularity/dep_openmpi-4.0.2-gcc-9.def
singularity/dep_pnetcdf_openmpi-4.0.2-gcc-9.def
singularity/openmpi-4.0.2-gcc-9.def
singularity/pnetcdf_openmpi-4.0.2-gcc-9.def
singularity/requirements_serial.def
test/__init__.py
test/conftest.py
test/ref_smooth_sphere.nc
test/ref_smooth_sphere.out
test/test_bugnicourt_primal_rough_weakly_adhesive.py
test/test_ccg_without_restart.py
test/test_ccgs.py
test/test_cg_dugdale.py
test/test_cosine_vdw82_mpi.py
test/test_freesystem.py
test/test_halfcomplex_objective.py
test/test_halfcomplexfft_elasticity.py
test/test_higher_minimization.py
test/test_rough_weakly_adhesive.py
test/test_smooth_system.py
test/test_sphere_hardwall_exponential.py
test/test_system.py
test/test_systemsetup_mpi.py
test/test_wavy_adhesive.py
test/Interactions/lj93_ref_potential.py
test/Interactions/lj93smooth_ref_potential.py
test/Interactions/test_interactions.py
test/Interactions/test_lj93reference.py
test/ReferenceSolutions/test_maugis_dugdale.py
test/ReferenceSolutions/test_sphere_jkr.py
test/ReferenceSolutions/sinewave/test_jkr.py