LICENSE
README.md
pyproject.toml
setup.py
solve_nivp/ODESolver.py
solve_nivp/ODESystem.py
solve_nivp/__init__.py
solve_nivp/_numba_accel.py
solve_nivp/_selftest.py
solve_nivp/adaptive_integrator.py
solve_nivp/alart_curnier_contact.py
solve_nivp/block_system.py
solve_nivp/contact.py
solve_nivp/desaxce_contact.py
solve_nivp/integrations.py
solve_nivp/macklin_contact.py
solve_nivp/ncp_contact.py
solve_nivp/nonlinear_solvers.py
solve_nivp/pcr.py
solve_nivp/projected_radau_contact.py
solve_nivp/projections.py
solve_nivp/rattle_contact.py
solve_nivp.egg-info/PKG-INFO
solve_nivp.egg-info/SOURCES.txt
solve_nivp.egg-info/dependency_links.txt
solve_nivp.egg-info/entry_points.txt
solve_nivp.egg-info/requires.txt
solve_nivp.egg-info/top_level.txt
solve_nivp/rl/__init__.py
solve_nivp/rl/callbacks.py
solve_nivp/rl/dependency.py
solve_nivp/rl/env.py
tests/__init__.py
tests/test_3d_and_anisotropic_contact.py
tests/test_active_set_filter.py
tests/test_alart_curnier_contact.py
tests/test_algebraic_constraint_projection.py
tests/test_anisotropic_soc_projection.py
tests/test_auto_h0_and_dae_weighting.py
tests/test_block_system.py
tests/test_bouncing_ball_schur_comparison.py
tests/test_build_impulse_contact.py
tests/test_c_extract_contact.py
tests/test_composite_contact_projection.py
tests/test_coulomb_projection.py
tests/test_coulomb_projection_jacobian.py
tests/test_desaxce_contact.py
tests/test_dilatancy.py
tests/test_error_predictive_rejection.py
tests/test_general_moreau_projection.py
tests/test_globalization.py
tests/test_identity_newton_linear_solver.py
tests/test_import_and_api.py
tests/test_integrators_added.py
tests/test_jacobian_scaling.py
tests/test_large_scale_solver_fixes.py
tests/test_macklin_contact.py
tests/test_mu_scaled_soc_projection.py
tests/test_ncp_contact.py
tests/test_ncp_schur_integration.py
tests/test_nl_recovery_cap.py
tests/test_nonlinear_solvers_added.py
tests/test_pcr.py
tests/test_per_dof_tolerances.py
tests/test_prestress_soc.py
tests/test_prestressed_fault_dynamic_helper.py
tests/test_projected_radau_contact.py
tests/test_projection_batch_equivalence.py
tests/test_projections_added.py
tests/test_radau_iia.py
tests/test_rattle_integrator.py
tests/test_rattle_local_slider.py
tests/test_sdirk2.py
tests/test_sdirk2_soc_contact.py
tests/test_sparse_semismooth_newton.py
tests/test_threading_time_and_fk.py