QaQinSIAT's Stars
nishantsule/Burgers-Equation
Finite-difference solution to 1D viscid Burger's equation
bonarl/Burgers-Equation
Numerical simulation of 1D Burger's equation
fahico98/Unidimensional_Burgers_Equation
Numeric approximation of Burgers Equation...!
img-guru/2D-burgers-equation
2D Burger's Equation (Convection + Diffusion)
pdebench/PDEBench
PDEBench: An Extensive Benchmark for Scientific Machine Learning
alekzandev/FEM-RBF-BurgerEquation
Numerical solution for the Burger Equation using two approach: FEM & Meshless Method RBF
tuanminhnguyen/Burger-equation-and-1-D-Heat-equation-solvers
Finite difference approximations for the Burger equation and 1-D Heat equation
JustAnotherArchetype/PINN_Burgers
PINN solving Burgers equation - Project for Numerical methods course
oscarcontrerasnavas/burgers-equation-FDM
Solving Burgers' Equation as an Introduction to the Finite Difference Method and to get a better understanding of the convective and diffusive transport phenomena.
danielcostache/burgers-equation
nikhilmahar/Burgers-equation
neuraloperator/neuraloperator
Learning in infinite dimension with neural operators.
Vbansal21/Custom_Architecture
Masod-sadipour/Burgers-equation-convection-diffusion-in-2D
Solving Burgers equation using Python
iwhoppock/viscous_burgers
Two solutions, written in MATLAB, for solving the viscous Burger's equation. They are both spectral methods: the first is a Fourier Galerkin method, and the second is Collocation on the Tchebyshev-Gauß-Lobatto points.
sachabinder/Burgers_equation_simulation
Python script solving the Burgers' equation (équation de Burgers) 1D by using FFT pseudo-spectral method.
Laknath1996/Schrodinger-Equation-Simulation
Includes the codes used for simulating the Schrödinger's Wave Equation in 1D, 2D and 3D potential wells.
alexdiem/SSCP_2019_master
sachabinder/wave_equation_simulations
Python script solving the wave equation (équations de D'Alembert) 1D and 2D by taking into account velocity variation.
ahbarnett/BIE3D
MATLAB tools for boundary integral equations in 3D (Laplace, time-domain wave equation, etc)
JohnBracken/2D-wave-equation
2D wave equation numerical solution in Python
okada39/pinn_wave
Physics Informed Neural Network (PINN) for the wave equation.
stephenshank/wavetools
Codes for numerically solving wave equations and full waveform inversion.
jonnyhyman/QuantumWaves
A Schrodinger-equation quantum wave function visualization
mikelytaev/3d-ssf
3D split-step Fourier parabolic equation for radio wave propagation in urban environment
samorr/Data-science-Python-tutorials
Repository contains many notebooks focused on scientific Python usage in tutorial way
maplet2/AMATH563_Homeworks
A collection of assignments from AMATH563: Inferring Structure of Complex Systems
hide-dog/2d-heat-equation
314arhaam/heat-pinn
A Physics-Informed Neural Network to solve 2D steady-state heat equations.
rjwalia/Navier-Stokes-Numerical-Solution-Using-FDM-FVM-LBM-Solver-Python-Scripting
Python script for Linear, Non-Linear Convection, Burger’s & Poisson Equation in 1D & 2D, 1D Diffusion Equation using Standard Wall Function, 2D Heat Conduction Convection equation with Dirichlet & Neumann BC, full Navier-Stokes Equation coupled with Poisson equation for Cavity and Channel flow in 2D using Finite Difference Method & Finite Volume Method.