Pdepe solver - how does it work?

I have 2 questions about the theory behind the pdepe solver.
The spatial discretization is based on a piecewise nonlinear Galerkin/Petrov-Galerkin method. What is the order of the interpolating polynomials?
This discretization yields a system of linear algebraic equations. What is the iterative method employed by the pdepe function to solve this system?

3 件のコメント

Alessandro Ferreri
Alessandro Ferreri 2021 年 3 月 30 日
I found out that for m = 0, the polynomial is linear.
Moreover, the linear equation resulting from the implicit time integration method (Numerical differentiation formulae) are solved by means of a Lower Upper (LU) decomposition method and backward substitution.
feynman feynman
feynman feynman 2024 年 2 月 6 日
good question
Torsten
Torsten 2024 年 2 月 6 日
Which question ? @Alessandro Ferreri answered them in his comment.

サインインしてコメントする。

回答 (0 件)

カテゴリ

製品

リリース

R2019b

質問済み:

2021 年 3 月 26 日

コメント済み:

2024 年 2 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by