LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
auto/Makefile
auto/README.md
auto/UPSTREAM_COMMIT
auto/update
auto/vendor-manifest.txt
auto/capi/README.md
auto/capi/bifpy_capi.f90
auto/depends/blas.f
auto/depends/lapack.f
auto/include/auto.h
auto/include/fcon.h
auto/include/interfaces.h
auto/native/main.f90
auto/patches/support.f90.patch
auto/src/ae.f90
auto/src/auto_constants.f90
auto/src/bvp.f90
auto/src/equilibrium.f90
auto/src/f2003.f90
auto/src/floquet.f90
auto/src/homcont.f90
auto/src/interfaces.f90
auto/src/io.f90
auto/src/maps.f90
auto/src/mesh.f90
auto/src/nompi.f90
auto/src/optimization.f90
auto/src/parabolic.f90
auto/src/periodic.f90
auto/src/solvebv.f90
auto/src/support.f90
auto/src/timeint.f90
auto/src/toolboxae.f90
auto/src/toolboxbv.f90
auto/src/user_c.f90
auto/src/utility.f90
src/bifpy/__init__.py
src/bifpy/results.py
src/bifpy.egg-info/PKG-INFO
src/bifpy.egg-info/SOURCES.txt
src/bifpy.egg-info/dependency_links.txt
src/bifpy.egg-info/requires.txt
src/bifpy.egg-info/top_level.txt
src/bifpy/auto/__init__.py
src/bifpy/auto/_capi.py
src/bifpy/auto/_parsing.py
src/bifpy/auto/_process.py
src/bifpy/auto/_transpile.py
src/bifpy/auto/_worker.py
src/bifpy/auto/_lib/libbifpy.a
src/bifpy/auto/_lib/libbifpy.so
src/bifpy/auto/_lib/include/auto.h
src/bifpy/auto/_lib/include/fcon.h
src/bifpy/auto/_lib/include/interfaces.h
src/bifpy/diagrams/__init__.py
src/bifpy/diagrams/_bifurcation.py
src/bifpy/diagrams/_curves.py
src/bifpy/diagrams/_solution.py
src/bifpy/diagrams/_style.py
src/bifpy/views/__init__.py
src/bifpy/views/_animation.py
src/bifpy/views/_curves.py
src/bifpy/views/_data.py
src/bifpy/views/_picking.py
src/bifpy/views/_style.py
src/bifpy/views/_viewer.py
tests/test_algebraic_continuation.py
tests/test_analytic_jacobian.py
tests/test_arclength_weighting.py
tests/test_codimension_two_points.py
tests/test_dat_input.py
tests/test_dat_input_saddle_node_homoclinic.py
tests/test_diagnostic_data.py
tests/test_diagrams.py
tests/test_equilibrium_continuation.py
tests/test_fort8_metadata_round_trip.py
tests/test_general_bvp.py
tests/test_general_bvp_branch_point_restart_continuation.py
tests/test_general_bvp_branch_point_switching.py
tests/test_general_bvp_floquet.py
tests/test_general_bvp_generic_branch_point_locus.py
tests/test_general_bvp_integral_constraint.py
tests/test_general_bvp_integral_phase_condition.py
tests/test_general_bvp_restart_continuation.py
tests/test_homcont.py
tests/test_homcont_family_continuation.py
tests/test_homcont_heteroclinic.py
tests/test_homcont_heteroclinic_solved_equilibria.py
tests/test_homcont_iequib_switch_restart.py
tests/test_homcont_ipsi_ifixed.py
tests/test_homcont_istart_homotopy.py
tests/test_homcont_restart_continuation.py
tests/test_homcont_twisted.py
tests/test_ibr_lab.py
tests/test_import.py
tests/test_maps.py
tests/test_maps_codimension_two_points.py
tests/test_maps_fold_and_torus_loci.py
tests/test_maps_restart_continuation.py
tests/test_multi_branch_output.py
tests/test_multiprocessing_context.py
tests/test_named_output_access.py
tests/test_npr_periodic_saves.py
tests/test_optimization.py
tests/test_optimization_branch_switching.py
tests/test_optimization_of_periodic_solutions.py
tests/test_parabolic_stationary_state.py
tests/test_parabolic_stationary_state_restart_continuation.py
tests/test_parabolic_time_evolution.py
tests/test_parabolic_time_evolution_restart_continuation.py
tests/test_parabolic_wave_train.py
tests/test_parabolic_wave_train_fold_locus.py
tests/test_parabolic_waves.py
tests/test_parabolic_waves_restart_continuation.py
tests/test_parnames_unames.py
tests/test_periodic_orbit_continuation.py
tests/test_restart_continuation.py
tests/test_sp.py
tests/test_stop.py
tests/test_time_integration.py
tests/test_uzr.py
tests/test_vendor_code_consistency.py
tests/test_vendor_update_mechanism.py
tests/test_views.py