Clear Filters
Clear Filters

Calculate the Flux of a PDE solution

1 view (last 30 days)
Henry1993x
Henry1993x on 5 May 2016
Edited: Henry1993x on 5 May 2016
Hi there,
In previous versions it was possible to calculate the flux of a PDE solution c*grad(u) with the command:
[CGXU,CGYU]=pdecgrad(P,T,C,U)
In version 2016, the help leads one to:
[gradx,grady] = evaluateGradient(results,xq,yq);
but there isn't an example to estimate the flux. Any ideas on how that can be done?
Thanks!

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!