Residual Distribution - N Scheme

版本 1.0.2.0 (2.2 KB) 作者: Eustace Tan
Residual distribution N Scheme for 2D steady-state linear advection problem on a unit square.
25.0 次下载
更新时间 2016/5/10

查看许可证

This code implements the residual distribution N Scheme for 2D steady-state linear advection problem on a unit square. It uses delaunay for triangulation, which may cause problems in older releases of MATLAB. See https://www.mathworks.com/matlabcentral/fileexchange/57038-residual-distribution-lda-scheme on how repmat and kron can overcome this triangulation problem.

引用格式

Eustace Tan (2024). Residual Distribution - N Scheme (https://www.mathworks.com/matlabcentral/fileexchange/57037-residual-distribution-n-scheme), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Delaunay Triangulation 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.2.0

Description.

1.0.1.0

Typo.

1.0.0.0