Contents Menu Expand Light mode Dark mode Auto light/dark mode
diffeqzoo documentation
Light Logo Dark Logo

Getting started

  • Installation
  • Quick example
  • Behind the scenes

Examples

  • Solve IVPs with SciPy
  • Solve IVPs with Diffrax
  • Solve IVPs with JAX
  • Solve BVPs with SciPy

API documentation

  • diffeqzoo Package
    • backend
    • diffeqzoo.bvps Module
      • bratu
      • bratu_with_unused_derivative_argument
      • measles
      • pendulum
      • pendulum_with_unused_derivative_argument
    • diffeqzoo.ivps Package
      • affine_dependent
      • affine_independent
      • fitzhugh_nagumo
      • goodwin
      • heat_1d_dirichlet
      • henon_heiles
      • henon_heiles_first_order
      • henon_heiles_with_unused_derivative_argument
      • hires
      • logistic
      • lorenz63
      • lorenz96
      • lotka_volterra
      • neural_ode_mlp
      • nonlinear_chemical_reaction
      • oregonator
      • pleiades
      • pleiades_first_order
      • pleiades_with_unused_derivative_argument
      • rigid_body
      • rober
      • roessler
      • seir
      • sir
      • sird
      • three_body_restricted
      • three_body_restricted_first_order
      • van_der_pol
      • van_der_pol_first_order
    • diffeqzoo.transform Module
      • long_description
      • replace_short_summary
      • second_to_first_order_auto
      • second_to_first_order_vf_auto
    • diffeqzoo.vector_fields Module
      • affine_dependent
      • affine_independent
      • bratu
      • bratu_with_unused_derivative_argument
      • fitzhugh_nagumo
      • goodwin
      • heat_1d_dirichlet
      • henon_heiles
      • henon_heiles_first_order
      • henon_heiles_with_unused_derivative_argument
      • hires
      • logistic
      • lorenz63
      • lorenz96
      • lotka_volterra
      • measles
      • neural_ode_mlp
      • nonlinear_chemical_reaction
      • oregonator
      • pendulum
      • pendulum_with_unused_derivative_argument
      • pleiades
      • pleiades_first_order
      • pleiades_with_unused_derivative_argument
      • rigid_body
      • rober
      • roessler
      • seir
      • sir
      • sird
      • three_body_restricted
      • three_body_restricted_first_order
      • van_der_pol
      • van_der_pol_first_order

Developer documentation

  • Contribution
  • Adding a problem implementation
  • Adding an example Jupyter notebook
  • Internal design choices
  • Continuous integration
Back to top
Copyright © 2023, Nicholas Krämer
Made with Sphinx and @pradyunsg's Furo