Weighted Essentially Non-Oscillatory (WENO) Scheme

Solve a non-linear hyperbolic equation using 5th order WENO schemes.

Vous suivez désormais cette soumission

A one-dimensional implementation of 5th-order WENO scheme as review by C.-W. Shu in "High order weighted essentially non-oscillatory schemes for convection dominated problems", SIAM Review, 51:82-126, (2009). The present code is intended to be a guide to the implementation of the method. Therefore, the philosophy behind the present code, it is to be a readable rather than efficient. M.D. (2015)

Citation pour cette source

Manuel A. Diaz (2026). Weighted Essentially Non-Oscillatory (WENO) Scheme (https://fr.mathworks.com/matlabcentral/fileexchange/44639-weighted-essentially-non-oscillatory-weno-scheme), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.1.0.0

A bug was detected in the splitting procedure and has been resolved in the present formulation. Moreover, new simplifications to the code were performed to further improve its readability. My gratitude goes to Kang Wei-Yi for suggesting this changes.

1.0.0.0