Weighted Essentially Non-Oscillatory (WENO) Scheme

版本 1.1.0.0 (3.9 KB) 作者: Manuel A. Diaz
Solve a non-linear hyperbolic equation using 5th order WENO schemes.
2.0K 次下载
更新时间 2015/8/25

查看许可证

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)

引用格式

Manuel A. Diaz (2024). Weighted Essentially Non-Oscillatory (WENO) Scheme (https://www.mathworks.com/matlabcentral/fileexchange/44639-weighted-essentially-non-oscillatory-weno-scheme), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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