finite difference methods implementation for 1D PDE
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
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Mathematics and Optimization > Partial Differential Equation Toolbox > General PDEs > Boundary Conditions >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.1 | add complete files |
||
| 1.0.0 |
