Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
-
Updated
Nov 28, 2024 - Python
Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
Probabilistic solvers for differential equations in JAX. Adaptive ODE solvers with calibration, state-space model factorisations, and custom information operators. Compatible with the broader JAX scientific computing ecosystem.
Workshop materials for training in scientific computing and scientific machine learning
C++ library of (Ordinary) Differential Equations solvers.
A package enabling the simple setup and solution of differential equations problems on quantum graphs.
Freeze-out mechanism and relic abundance computation for WIMPs and inelastic Dark Matter.
PND: Physics-informed Neural-network Software for Molecular Dynamics Applications. To cite this Original Software Publication: https://www.sciencedirect.com/science/article/pii/S2352711021000972
A simulation of planetary orbits of the solar system based on the initial locations taken from NASA data. Trajectory planning of launches from earth to terrestrial objects within the solar system.
🚀 微分方程数值求解工具集:变量分离法与齐次方程求解器 基于数值积分与求根算法的一阶常微分方程求解工具,支持变量分离型方程(dy/dx = f(x)g(y))和齐次方程(dy/dx = g(y/x))的高精度数值求解,内置误差分析与可视化功能。
A simple, one-dimensional FEM Poisson equation with Dirichlet boundary conditions solver, written in Julia as an assignment for Differential Equations course.
Add a description, image, and links to the differential-equations-solvers topic page so that developers can more easily learn about it.
To associate your repository with the differential-equations-solvers topic, visit your repo's landing page and select "manage topics."