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
Aktualisiert 27. Nov 2019

Lizenz anzeigen

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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2019b
Kompatibel mit R2015a und späteren Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.1

add complete files

1.0.0