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 Comments

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.
good question
Which question ? @Alessandro Ferreri answered them in his comment.

Sign in to comment.

Answers (0)

Categories

Find more on Numerical Integration and Differential Equations in Help Center and File Exchange

Products

Release

R2019b

Asked:

on 26 Mar 2021

Commented:

on 6 Feb 2024

Community Treasure Hunt

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

Start Hunting!