Residual Distribution - N Scheme

Residual distribution N Scheme for 2D steady-state linear advection problem on a unit square.
25 Downloads
Updated 10 May 2016

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Delaunay Triangulation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.2.0

Description.

1.0.1.0

Typo.

1.0.0.0