Parent Directory
|
Revision Log
|
Revision Graph
cart2cyluv and assorted testing stuff
1 | afe | 1.1 | [thetav,rhov] = cart2cyluv(u(:,:,15),v(:,:,15),thetai,rhoi); |
2 | figure(1); | ||
3 | imagesc(rhov); | ||
4 | %imagesc(v(:,:,15)); | ||
5 | colorbar; | ||
6 | title('thetav (u)'); | ||
7 | |||
8 | figure(2); | ||
9 | imagesc(V(:,:,15)); | ||
10 | colorbar; | ||
11 | title('rhov (v)'); | ||
12 | title('V'); | ||
13 | |||
14 | figure(3) | ||
15 | imagesc(rhov-V(:,:,15)) | ||
16 | colorbar; | ||
17 | title('err'); | ||
18 | |||
19 | |||
20 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |