Solving PDEs with mixed derivatives

5 views (last 30 days)
Matthew Hunt
Matthew Hunt on 10 Jan 2023
Answered: Swaraj on 6 Apr 2023
Suppose I have an equation of the form:
Can I use pdepe to solve that equation as is, or do I have to do a co-ordinate transformation first to get rid of the mixed derivative?
  3 Comments
Matthew Hunt
Matthew Hunt on 10 Jan 2023
Just use
and look for the condition where there is no mixed derivatives.
Torsten
Torsten on 11 Jan 2023
Edited: Torsten on 11 Jan 2023
And what do you get as PDE after applying the transformation ?
Is it of the form
dT'/dt' = a*d^2T'/dx'^2 + b*dT'/dx' + c
solvable for pdepe ?
If yes: you can apply pdepe, if no: not.

Sign in to comment.

Answers (1)

Swaraj
Swaraj on 6 Apr 2023
Hi,
I understand you want to use “pdepe” to solve PDE with mixed derivatives.
“pdepe” is normally used to solve 1-D parabolic and elliptic PDEs and not for mixed derivatives.
I would suggest you to go through the below documentation to understand when to use “pdepe” for solving PDE’s.
I hope it helps.
Thanks!!

Tags

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!