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.
☆15Jul 14, 2017Updated 8 years ago
Alternatives and similar repositories for viscous_burgers
Users that are interested in viscous_burgers are comparing it to the libraries listed below
Sorting:
- Python script solving the Burgers' equation (équation de Burgers) 1D by using FFT pseudo-spectral method.☆30Jul 25, 2021Updated 4 years ago
- Solving Burgers equation using Python☆12May 26, 2020Updated 5 years ago
- Spectral methods in matlab☆12Mar 27, 2025Updated 11 months ago
- Physics-informed neural networks☆16Nov 26, 2020Updated 5 years ago
- Simple (and not-so-simple) CFD solvers written in Fortran with Python plotting routines☆20Oct 8, 2019Updated 6 years ago
- ☆12Aug 22, 2025Updated 6 months ago
- PINN Implementation for IJCAI paper, "Physics-Informed Neural Networks: Minimizing Residual Loss with Wide Networks and Effective Activat…☆20Jun 19, 2024Updated last year
- Physics-informed neural networks for highly compressible flows 🧠🌊☆29Nov 26, 2023Updated 2 years ago
- 2D Burger's Equation (Convection + Diffusion)☆10May 13, 2021Updated 4 years ago
- Model hub for all your DiffeqML needs. Pretrained weights, modules, and basic inference infrastructure☆28Mar 9, 2023Updated 3 years ago
- Physics Informed Fourier Neural Operator☆30Nov 21, 2024Updated last year
- A MATLAB GUI used to predict the acoustic radiation force and torque, thereby the acoustophoresis of any axisymmetric particle.☆12Nov 15, 2022Updated 3 years ago
- Discontinuity Computing Using Physics-Informed Neural Network☆28Apr 20, 2024Updated last year
- XPINN code written in TensorFlow 2☆28Feb 1, 2023Updated 3 years ago
- This project is divided in a two parts. In first study, Lame parameters are identified using tanh activation function. After that, six a…