I am using using pdepe to solve a 1D heat diffusion equation. My calling line looks like:
Show older comments
I am using using pdepe to solve a 1D heat diffusion equation. My calling line looks like:
T=pdepe(m,@heateq,@heatic,@heatbc,xmesh,time);
@heateq=heat equation
@heatic=initial temperature
@heatbc=boundary condition
xmesh=1D vector with discreet points along length
time=1D vector with discreet time steps.
I wanted to know if pdepe solves the pde at the exact time steps provided as input or it uses those time steps as just recommendations?
Accepted Answer
More Answers (0)
Categories
Find more on Eigenvalue Problems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!