Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 314 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 314 Bytes

WENO Scalar

This solves a 1D Scalar PDE via the finite volume method. The implemented example is Burgers equation for a given grid resolution, time and space domain, initial condition, etc. WENO reconstructs the state variable and global Lax-Fridrichs is used for the numerical flux.

Run via python main.py