How can i display the iteration of the parabolic solver at each step?

1 view (last 30 days)
Hi, I'm trying to solve a system of parabolic equation.It's a bidimensional geometry and time-dependent problem. I used the parabolic solver (Matlab2015) to solve pdes equations:
>> u = parabolic(u0, tlist, model,p, e, t,c,a,f, d).
How can i display the iteration result at each step?

Answers (0)

Community Treasure Hunt

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

Start Hunting!