time integration in solvepde (=pde toolbox?)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
feynman feynman
am 9 Feb. 2024
Beantwortet: Gyan Vaibhav
am 28 Feb. 2024
solvepde (=pde toolbox?) seem to be based on finite elements. If so what time integration (ode23 etc) is adopted?
0 Kommentare
Akzeptierte Antwort
Gyan Vaibhav
am 28 Feb. 2024
Hi,
You are correct, the solvepde function in MATLAB's PDE Toolbox is indeed based on finite element methods. In the following documentation they have explained how it works. They mention in the last line the toolbox calls the appropriate solvers internally, once the problem is reduced to ODEs or algebraic equations. Please refer to the following documentation page for more understanding:
Thanks
Gyan
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu General PDEs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!