afterframe.m.html | ![]() |
Source file: afterframe.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/apps/acoustics/2d/example1 | |
Converted: Tue Jul 26 2011 at 12:58:47 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
if PlotType==1 yrbcolormap caxis([0 2]) colorbar end if PlotType==4 axis([0 1.5 -.5 5]) dir = './1drad/'; dim = 1; [amrdata1d,t1d] = readamrdata(dim,Frame,dir); if isempty(t1d) disp('Run xclaw in 1drad to generate 1d reference solution') else hold on; [q1d,x1d] = plotframe1ez(amrdata1d,mq,'r-'); hold off; end end