Jacobi Solver for the Unsteady Heat Equation

版本 1.0.0.0 (5.0 KB) 作者: Manuel A. Diaz
1, 2, and 3-dimensional solver for the heat equation using Jacobi Method
435.0 次下载
更新时间 2016/5/16

查看许可证

Although this is a trivial exercise, many people find puzzling the correct procedure to quantify the error produced by a finite difference approximation. The following scripts are a simple demonstration on how to measure the norm errors for 1d, 2d and 3d finite difference solvers. Here, by using the classical heat equation with a Jacobi scheme we simply demonstrate the computation of the L1, L2 and Linf norm error, for each case.

引用格式

Manuel A. Diaz (2024). Jacobi Solver for the Unsteady Heat Equation (https://www.mathworks.com/matlabcentral/fileexchange/56949-jacobi-solver-for-the-unsteady-heat-equation), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Explicit formulations of L1 and L2 norm errors.