runge-kutta
There are 208 repositories under runge-kutta topic.
jacobwilliams/Fortran-Astrodynamics-Toolkit
A Modern Fortran Library for Astrodynamics 🚀
john-s-butler-dit/Numerical-Analysis-Python
Python notebooks for Numerical Analysis
kbladin/Fluid_Simulation
Self advection, external force and pressure solve to a velocity field represented by a MaC grid.
cfgnunes/numerical-methods-python
Numerical methods implementation in Python.
jacobwilliams/rklib
Fixed and variable-step Runge-Kutta solvers in Modern Fortran
jnafzig/HamiltonianSolver
Numerically solves equations of motion for a given Hamiltonian function
jacobwilliams/dop853
Modern Fortran Edition of Hairer's DOP853 ODE Solver. An explicit Runge-Kutta method of order 8(5,3) for problems y'=f(x,y); with dense output of order 7
princemahajan/FLINT
Fortran Library for numerical INTegration of differential equations
SciML/RootedTrees.jl
A collection of functionality around rooted trees to generate order conditions for Runge-Kutta methods in Julia for differential equations and scientific machine learning (SciML)
cfgnunes/numerical-methods-matlab
Numerical methods implementation in MATLAB.
markmbaum/libode
Easy-to-compile, high-order ODE solvers as C++ classes
martinjrobins/diffsol
ODE solver library in Rust
woodward/integrator
A numerical integrator written in Elixir for the solution of sets of non-stiff ordinary differential equations (ODEs).
ThanasisMattas/mattflow
A numerical CFD solver for the Shallow Water Equations
fruzsinaagocs/oscode
Code for efficient solution of oscillatory ordinary differential equations
ranocha/BSeries.jl
Computing with B-series in Julia
xavierdechamps/Burgers_1D
Solve the 1D forced Burgers equation with high order finite elements and finite difference schemes.
juliagusak/neural-ode-metasolver
Supplementary code for the paper "Meta-Solver for Neural Ordinary Differential Equations" https://arxiv.org/abs/2103.08561
aromanro/ElectricField
Electric field lines and equipotentials using Runge-Kutta methods, including adaptive ones
soypat/godesim
ODE system solver made simple. For IVPs (initial value problems).
MarioAriasGa/lorenz
Lorenz attractor, mathematical Chaos Theory / Butterfly Effect
Hevenicio/3D-Lorenz-Attractor-simulation-with-python
3D animation of the Lorenz Attractor trajectory, implemented in Python using the 4th order Runge-Kutta method. [Personal project]
ksonod/RungeKutta
4th-order Runge-Kutta method for solving the first-order ordinary differential equation (MATLAB)
Pakketeretet2/rehuel
Rehuel is a simple C++11 library for solving ordinary differential equations with (implicit) Runge-Kutta methods.
WRKampi/extensisq
Extend scipy.integrate with various methods for solve_ivp
FistOfHit/StrangeAttractors
Finding evidence for the existence of Strange, non-chaotic attractors in the Quasi-periodically driven duffing oscillator.
andresbejarano/2DFlowVisualization
A 2D flow visualization tool based on LIC and RK4. Developed using C++ and VTK.
cbcoutinho/generic_rk
A generic Runge-Kutta module to solve a system of ODEs
jrenaud90/CyRK
Runge-Kutta ODE Integrator Implemented in Cython and Numba
aromanro/CompLotkaVolterra
Competitive Lotka–Volterra equations, solved using Runge-Kutta methods. Four dimensional system.
JCLArriaga5/Runge-Kutta4
Basic implementation 4th order Runge Kutta method for ODE's
skare/gryphon-project
Library for solving time dependent PDEs in FEniCS using Runge-Kutta ESDIRK methods
whalenpt/rkstiff
Runge-Kutta adaptive-step solvers for nonlinear PDEs. Solvers include both exponential time differencing and integrating factor methods.
zertovitch/mathpaqs
Mathpaqs: a collection of mathematical packages in pure Ada
chakravala/Adapode.jl
Adaptive P/ODE numerics with Grassmann element TensorField assembly