finite difference methods implementation for 1D PDE

This project implements a solver for 1d elliptic partial difference equations, using Quadratic Element Difference Schemes.
225 Downloads
Updated 27 Nov 2019

View License

This project implements a solver for 1d elliptic partial difference equations, using Quadratic Element Difference Schemes.
The pde considered here has the following form:
-(pu')'+qu=f, [a,b]
u(a)=c1, u'(b)=c2.
where p, q, f are given functions, c1 and c2 is some constants.
User can define their own functions p, q, f in corresponding files. Then the solver can estimate the function u.

Cite As

Shenghai Liao (2026). finite difference methods implementation for 1D PDE (https://www.mathworks.com/matlabcentral/fileexchange/73462-finite-difference-methods-implementation-for-1d-pde), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with R2015a and later releases
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.1

add complete files

1.0.0