An open API service providing repository metadata for many open source software ecosystems.

Topic: "runge-kutta"

jacobwilliams/Fortran-Astrodynamics-Toolkit

A Modern Fortran Library for Astrodynamics 🚀

Language: Fortran - Size: 3.26 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 193 - Forks: 56

kbladin/Fluid_Simulation

Self advection, external force and pressure solve to a velocity field represented by a MaC grid.

Language: C++ - Size: 32.1 MB - Last synced at: 8 months ago - Pushed at: almost 7 years ago - Stars: 134 - Forks: 13

cfgnunes/numerical-methods-python

Numerical methods implementation in Python.

Language: Python - Size: 110 KB - Last synced at: 25 days ago - Pushed at: 4 months ago - Stars: 109 - Forks: 40

john-s-butler-dit/Numerical-Analysis-Python

Python notebooks for Numerical Analysis

Language: Jupyter Notebook - Size: 17 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 106 - Forks: 24

martinjrobins/diffsol

ODE solver library in Rust

Language: Rust - Size: 4.12 MB - Last synced at: 6 days ago - Pushed at: 9 days ago - Stars: 90 - Forks: 11

jacobwilliams/rklib

Fixed and variable-step Runge-Kutta solvers in Modern Fortran

Language: Fortran - Size: 3.47 MB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 84 - Forks: 4

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

Language: Fortran - Size: 1.4 MB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 52 - Forks: 15

jnafzig/HamiltonianSolver

Numerically solves equations of motion for a given Hamiltonian function

Language: Python - Size: 21.3 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 51 - Forks: 6

princemahajan/FLINT

Fortran Library for numerical INTegration of differential equations

Language: Fortran - Size: 3.66 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 41 - Forks: 9

markmbaum/libode

Easy-to-compile, high-order ODE solvers as C++ classes

Language: C++ - Size: 14.6 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 40 - Forks: 7

cfgnunes/numerical-methods-matlab

Numerical methods implementation in MATLAB.

Language: MATLAB - Size: 52.7 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 40 - Forks: 17

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)

Language: Julia - Size: 1.94 MB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 38 - Forks: 18

ThanasisMattas/mattflow

A numerical CFD solver for the Shallow Water Equations

Language: Python - Size: 1.78 MB - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 36 - Forks: 7

woodward/integrator

A numerical integrator written in Elixir for the solution of sets of non-stiff ordinary differential equations (ODEs).

Language: Elixir - Size: 1.23 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 35 - Forks: 0

fruzsinaagocs/oscode

Code for efficient solution of oscillatory ordinary differential equations

Language: C++ - Size: 30.5 MB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 32 - Forks: 12

ranocha/BSeries.jl

Computing with B-series in Julia

Language: Julia - Size: 5.11 MB - Last synced at: 2 days ago - Pushed at: 7 days ago - Stars: 30 - Forks: 10

aromanro/ElectricField

Electric field lines and equipotentials using Runge-Kutta methods, including adaptive ones

Language: C++ - Size: 229 KB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 26 - Forks: 7

juliagusak/neural-ode-metasolver

Supplementary code for the paper "Meta-Solver for Neural Ordinary Differential Equations" https://arxiv.org/abs/2103.08561

Language: Python - Size: 15.1 MB - Last synced at: 8 months ago - Pushed at: almost 5 years ago - Stars: 25 - Forks: 1

CNES/aviso-lagrangian

FSLE is a Lagrangian diagnostic for analyzing ocean tracer transport and mixing. It computes sub-mesoscale maps and identifies Lagrangian Coherent Structures from velocity field time series, aiding studies of sea surface temperature and ocean color.

Language: C++ - Size: 4.9 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 23 - Forks: 5

soypat/godesim

ODE system solver made simple. For IVPs (initial value problems).

Language: Go - Size: 290 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 23 - Forks: 1

WRKampi/extensisq

Extend scipy.integrate with various methods for solve_ivp

Language: Python - Size: 8.35 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 22 - Forks: 2

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]

Language: Python - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 3

xavierdechamps/Burgers_1D

Solve the 1D forced Burgers equation with high order finite elements and finite difference schemes.

Language: MATLAB - Size: 12.1 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 19 - Forks: 2

MarioAriasGa/lorenz

Lorenz attractor, mathematical Chaos Theory / Butterfly Effect

Language: C++ - Size: 2.77 MB - Last synced at: almost 3 years ago - Pushed at: over 6 years ago - Stars: 19 - Forks: 8

hpc-maths/ponio

Language: Jupyter Notebook - Size: 10.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 17 - Forks: 6

Pakketeretet2/rehuel

Rehuel is a simple C++11 library for solving ordinary differential equations with (implicit) Runge-Kutta methods.

Language: C++ - Size: 986 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 16 - Forks: 4

jrenaud90/CyRK

Runge-Kutta ODE Integrator Implemented in Cython and Numba

Language: Jupyter Notebook - Size: 22.7 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 15 - Forks: 3

whalenpt/rkstiff

Runge-Kutta adaptive-step solvers for nonlinear PDEs. Solvers include both exponential time differencing and integrating factor methods.

Language: Python - Size: 3.95 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 14 - Forks: 1

chakravala/Adapode.jl

Adaptive P/ODE numerics with Grassmann element TensorField assembly

Language: Julia - Size: 167 KB - Last synced at: 11 days ago - Pushed at: 12 days ago - Stars: 12 - Forks: 0

ksonod/RungeKutta

4th-order Runge-Kutta method for solving the first-order ordinary differential equation (MATLAB)

Language: MATLAB - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 7

cbcoutinho/generic_rk

A generic Runge-Kutta module to solve a system of ODEs

Language: FORTRAN - Size: 1.57 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 1

FistOfHit/StrangeAttractors

Finding evidence for the existence of Strange, non-chaotic attractors in the Quasi-periodically driven duffing oscillator.

Language: Matlab - Size: 1.03 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 12 - Forks: 2

aromanro/CompLotkaVolterra

Competitive Lotka–Volterra equations, solved using Runge-Kutta methods. Four dimensional system.

Language: C++ - Size: 98.6 KB - Last synced at: 3 days ago - Pushed at: 7 days ago - Stars: 11 - Forks: 4

zertovitch/mathpaqs

Mathpaqs: a collection of mathematical packages in pure Ada

Language: Ada - Size: 688 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 3

andresbejarano/3DFlowVisualization

A 3D flow visualization tool based on Runge-Kutta 4 (RK4) and Greedy Tiling for Streamsurface reconstruction. Developed using C++ and VTK.

Language: C++ - Size: 60.8 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 10 - Forks: 3

andresbejarano/2DFlowVisualization

A 2D flow visualization tool based on LIC and RK4. Developed using C++ and VTK.

Language: C++ - Size: 690 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 10 - Forks: 1

JCLArriaga5/Runge-Kutta4

Basic implementation 4th order Runge Kutta method for ODE's

Language: Python - Size: 1.17 MB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 5

ECheynet/dynaResp_beam_TD

The dynamic displacement response of a line-like structure to an uncorrelated Gaussian white noise input is computed in the time domain.

Language: MATLAB - Size: 899 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

mirianfsilva/lorenz-attractor-chaos-theory

Evaluating the Lorenz Attractor using Runge-Kutta, Predictor-Corrector and Euler methods.

Language: Jupyter Notebook - Size: 6.82 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 2

JCLArriaga5/trajectory-simulation-pelican-robot

Trajectory simulation of the Pelican Prototype Robot of the CICESE Research Center, Mexico. The position control used was PD control with gravity compensation and the 4th order Runge-Kutta method.

Language: Python - Size: 6.07 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

ComputationalScienceLaboratory/Integreat

A Mathematica paclet for analyzing and deriving Runge–Kutta, linear multistep, and general linear methods

Language: Mathematica - Size: 11.1 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

missing-user/ode

Blogpost and web demos about numerical solutions to ODEs

Language: HTML - Size: 218 KB - Last synced at: almost 3 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

A1K28/multipendulum

Fully customizable/interactable pendulum simulation with 3 PDE methods and an ability to use none of them. Comes with a GUI; Is easily generalizable. PDE-s derived from MatLab.

Language: Python - Size: 4.14 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0

noranta4/Three-body-problem

The motion of an asteroid in a two-dimensional space with a star and a planet • University project • 2014 - Laboratorio di Fisica Computazionale - BSc in Physics, II year

Language: C - Size: 2.63 MB - Last synced at: 9 months ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 0

jacobwilliams/rksuite

Unofficial mirror of RKSUITE http://www.netlib.org/ode/rksuite/

Language: Fortran - Size: 110 KB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 1

fritzwill/numerical-methods

Contains sample implementations in python of the following numerical methods: Euler's Method, Midpoint Euler's Method, Runge Kuttta Method of Order 4, and Composite Simpson's Rule

Language: Python - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

aliasgharheidaricom/RUN-Beyond-the-Metaphor-An-Efficient-Optimization-Algorithm-Based-on-Runge-Kutta-Method

The optimization field suffers from the metaphor-based “pseudo-novel” or “fancy” optimizers. Most of these cliché methods mimic animals' searching trends and possess a small contribution to the optimization process itself. Most of these cliché methods suffer from the locally efficient performance, biased verification methods on easy problems, and high similarity between their components' interactions. This study attempts to go beyond the traps of metaphors and introduce a novel metaphor-free population-based optimization based on the mathematical foundations and ideas of the Runge Kutta (RK) method widely well-known in mathematics. The proposed RUNge Kutta optimizer (RUN) was developed to deal with various types of optimization problems in the future. The RUN utilizes the logic of slope variations computed by the RK method as a promising and logical searching mechanism for global optimization. This search mechanism benefits from two active exploration and exploitation phases for exploring the promising regions in the feature space and constructive movement toward the global best solution. Furthermore, an enhanced solution quality (ESQ) mechanism is employed to avoid the local optimal solutions and increase convergence speed. The RUN algorithm's efficiency was evaluated by comparing with other metaheuristic algorithms in 50 mathematical test functions and four real-world engineering problems. The RUN provided very promising and competitive results, showing superior exploration and exploitation tendencies, fast convergence rate, and local optima avoidance. In optimizing the constrained engineering problems, the metaphor-free RUN demonstrated its suitable performance as well. The authors invite the community for extensive evaluations of this deep-rooted optimizer as a promising tool for real-world optimization. The source codes, supplementary materials, and guidance for the developed method will be publicly available at different hubs at http://aliasgharheidari.com/RUN.html.

Language: MATLAB - Size: 2.91 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 2

zoziha/rkf45

Fehlberg fourth-fifth order Runge-Kutta method. (rkf45)

Language: Fortran - Size: 29.3 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

rand-asswad/Runge-Kutta

Runge-Kutta C program, methods (RK12 and RK24) for solving ordinary differential equations, with adaptive step size.

Language: C - Size: 11.7 KB - Last synced at: 9 months ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 3

DonRyuDragoni/ODE.rs 📦

/!\ Warning! I don't have the energy to keep working on this project at the moment. Would like to return to it some point in the future, but if you'd like to work on it I'm willing to transfer ownership.

Language: Rust - Size: 25.4 KB - Last synced at: 20 days ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 0

whydenyscry/Dynamics-of-Chaotic-Attractors-Part-1

Gallery of more than 100 three-dimensional сhaotic attractors.

Language: MATLAB - Size: 1.86 GB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

williamdavie/three-body-problem

.ೃ A graphical simulation of the three body problem written in C++.

Language: C++ - Size: 10.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

trixi-framework/paper-2024-amr-paired-rk

Reproducibility repository for the paper "Multirate Time-Integration based on Dynamic ODE Partitioning through Adaptively Refined Meshes for Compressible Fluid Dynamics"

Language: Julia - Size: 726 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

glider4/computepac

A Python math package for numerical analysis: root finding, iterative solvers & other algorithms. Bisection, Newton, Euler, RK2, RK4, Adams-Bashforth-Moulton, etc. Uses Python, NumPy, SymPy, pytest.

Language: Python - Size: 552 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

vlakir/cleanode 📦

Сustomized collection of ODE solvers

Language: Python - Size: 104 KB - Last synced at: 2 days ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

lluis-mv/HM-RK

Implementation of explicit Runge-Kutta time-marching schemes for the coupled hydro-mechanical problem.

Language: MATLAB - Size: 2.71 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

JoyM268/sdmcet-m2

Repository of all the programs taught in M2 Lab at SDMCET, 2022 - 23

Language: Jupyter Notebook - Size: 7.32 MB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

hellpig/trajectory-thingy

launch missiles through atmosphere and space on a spherical spinning Earth to hit a specified target

Language: C++ - Size: 77.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

DanielDoehring/OSPREI

Code for generating Optimal Stability Polynomials in Roots for Explicit time Integration.

Language: C++ - Size: 143 KB - Last synced at: 31 minutes ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

yor-dev/cupy_ivp

CuPy-compatible initial value problem library based on Scipy

Language: Jupyter Notebook - Size: 133 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

Dartacavalo/ModelisationControleEDO

Projet en C++ | Réalisation d'un moteur de résolution d'EDO et illustration de la théorie du contrôle linéaire

Language: C++ - Size: 82 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

cuspaceflight/kiwi

Generalised 6 degree of freedom trajectory propagator.

Language: Jupyter Notebook - Size: 3.21 MB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

SMALA-comand/Differential_equations

Differential equations 🎓

Language: Python - Size: 47.9 KB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

xlucn/CelestialMechanics

[NJU] 南京大学天文天体力学基础作业 Homework of Fundamental Celestial Mechanics Class

Language: C - Size: 12.5 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Kjablonska/Numerical-Methods

Numerical methods algorithms developed in MATLAB

Size: 7.72 MB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

brunograssano/Analisis_Numerico_fiuba

Material y trabajos practicos de Analisis Numerico I - Catedra Sassano

Language: TeX - Size: 4.68 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

TroddenSpade/EulerRK4-Solver

Solving First Order Differential Equations using Euler and RK4 methods

Language: Java - Size: 2.45 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

HussainAbdi/Gravity-Simulator

N-body space simulator that uses the Runge-Kutta 4 numerical integration method to solve two first order differential equations derived from the second order differential equation that governs the motion of an orbiting celestial. Also has preset demos for two-body and three-body circular orbits which use parametric equations. Uses the SFML (Simple and Fast Multimedia Library) library: https://www.sfml-dev.org

Language: C++ - Size: 79.2 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 1

iboudhaine/Rayleigh-Taylor-Instability-Simulation

Simulation of the Rayleigh-Taylor instability using compressible Euler equations. Includes CPU (Python/C) and GPU (CUDA) versions. Benchmarks highlight accuracy (Euler vs RK2), performance, and physical insights. Focus on parallelization and numerical methods.

Language: Jupyter Notebook - Size: 13.9 MB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

fuodorov/computational-physics

Solving problems from the course on the basics of computational physics

Language: Jupyter Notebook - Size: 3.03 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 3

SvoONs/higher_order_CWENO_boundary_treatment

numpy-based implementation of Central WENO (CWENO) reconstructions

Language: Python - Size: 927 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

daniilgrbic/SolarPy

An accurate Solar system simulation with cool mathematics and a custom 3D engine

Language: Python - Size: 126 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

dkaramit/NaBBODES

Not a Black Box ODE Solver

Language: C++ - Size: 7.56 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

dbrcina/APR-FER-2020-21

Homework solutions for Computer Aided Analysis and Design ("Analiza i projektiranje računalom") course at FER 2020/21 led by prof. dr. sc. Domagoj Jakobović

Language: Jupyter Notebook - Size: 3.1 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

JannisKoerner/adaptive-WKB-marching-method

A MATLAB routine to compute numerically the solution to the 1D stationary Schrödinger equation in the highly oscillatory regime.

Language: MATLAB - Size: 145 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 2

AnuragAnalog/Numerical-Analysis

This repo contains some of the well-known algorithms for Numerical Analysis.

Language: C - Size: 153 KB - Last synced at: 12 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

yiqiangjizhang/Atmospheric-Reentry-Dynamics

This paper graphically presents the evolutions of several variables during the re-entry of two types of vehicles: Ballistic and Supporters

Language: MATLAB - Size: 6.81 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 2

devanshuThakar/Numerical-Methods

This repositary contains the MATLAB implementation of main numerical methods like Newton-Raphson, Simpson's integration and numerical ODE solver.

Language: MATLAB - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

lengdanran/NumericalAnalysis

数值分析简要算法实现

Language: Java - Size: 46.9 KB - Last synced at: almost 3 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

oliviercotte/Linear-differential-equation

Language: Matlab - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

iraikov/rklib

Runge-Kutta methods in Standard ML

Language: Standard ML - Size: 52.7 KB - Last synced at: 10 months ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1

scriptpapi/Simple-Harmonic-Oscillator-Pendulum

Simulation of a simple harmonic oscillator pendulum using 3 different numerical methods with MATLAB.

Language: Matlab - Size: 207 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 2

thomasmunduchira/numerical-solver-differential-equation

A numerical solver for differential equations with the ability to use Euler's, Improved Euler's, and Runge Kutta methods.

Language: Python - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 2 - Forks: 0

FreaxMATE/SPHSimulation

Smoothed Particle Hydrodynamics (SPH) simulations in Python featuring Sod shock tube and planetary fluid dynamics with real-time visualization and animation generation.

Language: Python - Size: 168 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

julianlork/fvm-internal-channel-flow

A compact Finite Volume Method solver for 2D Euler equations (internal channel flow). Demonstrates numerical methods, scientific programming and shock capturing.

Language: Python - Size: 612 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

whydenyscry/Dynamics-of-Chaotic-Attractors-Part-2

A continuation of my gallery of three-dimensional chaotic attractors.

Language: MATLAB - Size: 311 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

DanielDoehring/paper-2025-perrk

Reproducibility Repository for the paper "Paired Explicit Relaxation Runge-Kutta Methods: Entropy Conservative/Stable High-Order Optimized Multirate Time Integration"

Language: Julia - Size: 14.6 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 1

DanielDoehring/paper-2024-perk4

Reproducibility Repository for the paper "Fourth-Order Paired-Explicit Runge-Kutta Methods"

Language: Julia - Size: 124 MB - Last synced at: 25 minutes ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

JohannesReimer/matlab-rkm-ivp

Runge Kutta method (RKM) for solving initial value problems (IVP's) of arbitraty order in MATLAB.

Size: 18.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

PAminai/Numercal-Analysis

Programming different types of numerical methods using MATLAB. All codes have been developed from the scratch during the academic year 2016-2017 for Numerical Analysis course at Shiraz University.

Language: MATLAB - Size: 322 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

KnightBooster/runge-kutta

Implementations of Euler, RK2, and RK4 methods to solve first-order ordinary differential equations (ODEs) with example usage and visualization.

Language: Python - Size: 3.91 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

BanaanKiamanesh/Shilling

Shilling is implementation of 28 Runge Kutta Based fixed-step ODE solvers in MATLAB.

Language: MATLAB - Size: 872 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

savarsinha123/numerical-methods

This repo contains implementations of several numerical methods in MATLAB.

Language: MATLAB - Size: 1.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

aslotv/VerticalModifiedMinMod

This repository contains the code used for simulations in the study by Aksnes et al. (2023)

Language: MATLAB - Size: 10.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

walchko/pyrk

simple runge-kutta 4 algorithm

Language: Python - Size: 1.02 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

cakshay2013/Numerical-Integration-Techniques-Solutions

This repository includes numerical integration-based solutions for solving non-linear equations. The solutions include Newton Raphson technique for algebraic equations and Euler's/Modified-Euler's/Runge-Kutta (RK4) for differential algebraic equations.

Language: MATLAB - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

FabrizioMusacchio/Orbit

This repository contains the code for the blog post on Runge-Kutta methods for solving ODEs. For further details, please refer to this post.

Language: Python - Size: 29.5 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

GustavoValenca/Metodos-Numericos-II

Integração: Newton-Cotes, Gauss-Legendre, Gauss-Hermite, Gauss-Laguerre, Gauss-Чебышёв. Autovalores e Autovetores. Problema de Valor Inicial (PVI): Método de Euler, Runge-Kutta, Adams-Bashforth. Problema de Valor de Contorno (PVC). Derivada: Expansão em Série de Taylor, Função de Interpolação de Newton.

Language: Python - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

pmslavin/nbody-runge-kutta

N-body simulations and visualisations using Runge-Kutta iterative methods

Language: Python - Size: 11.7 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

shrey1216/Algorithms-on-Python

A set of numerical algorithms I coded on Python

Language: Python - Size: 712 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Related Topics
numerical-methods 51 differential-equations 42 ode 35 runge-kutta-methods 29 python 28 ode-solver 27 runge-kutta-4 21 matlab 20 euler-method 20 euler 18 numerical-analysis 17 rk4 17 numerical-integration 16 runge-kutta-adaptive-step-size 15 simulation 12 fortran 10 newton-raphson 9 computational-physics 9 chaos 8 runge-kutta-fehlberg 8 physics-simulation 8 computational-fluid-dynamics 8 lorenz-attractor 7 c 7 mathematics 7 ordinary-differential-equations 7 integration 7 solver 6 adams-bashforth 6 cpp 6 physics 6 scientific-computing 5 julia 5 numerical-simulation 5 pde 5 finite-difference 5 orbital-simulation 5 ivp 5 lotka-volterra 5 predictor-corrector 5 monte-carlo 5 bisection-method 5 partial-differential-equations 5 attractor 4 adaptive-stepsize 4 rungekutta 4 dormand-prince 4 double-pendulum 4 cfd 4 dynamical-systems 4 fortran-package-manager 4 interpolation 4 numerical 4 gauss-seidel 4 space 4 fluid-dynamics 4 java 4 heun-method 4 python3 4 pendulum 4 simpson-rule 4 rk2 4 harmonic-oscillator 3 spectral-methods 3 celestial-mechanics 3 opengl 3 adams-bashforth-moulton 3 parallel-computing 3 multirate-schemes 3 jupyter-notebook 3 chaos-theory 3 simpson-method 3 rust 3 genetic-algorithm 3 matplotlib 3 regula-falsi 3 vtk 3 rk4-ode-solver 3 burgers-equation 3 orbital-mechanics 3 finite-difference-method 3 bisection 3 rayleigh-taylor-instability 2 radau 2 method-of-lines 2 hyperbolic-pdes 2 visualization 2 math 2 hyperchaos 2 equation-solver 2 gradient-descent 2 hermite 2 finite-elements 2 orbits 2 orbit 2 runge-kutta-rk4 2 gui 2 streamlines 2 scientific-visualization 2 n-body-simulator 2