setplot2.m.html | |
Source file: setplot2.m | |
Directory: /Users/rjl/git/clawpack/amrclaw/examples/burgers_2d_square | |
Converted: Wed Dec 28 2016 at 22:40:47 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
OutputDir = './_output'; PlotType = 1; % type of plot to produce: % 1 = pseudo-color (pcolor) % 2 = contour % 3 = Schlieren % 4 = scatter plot of q vs. r mq = 1; % which component of q to plot UserVariable = 0; % set to 1 to specify a user-defined variable UserVariableFile = ' '; % name of m-file mapping data to q MappedGrid = 0; % set to 1 if mapc2p.m exists for nonuniform grid Manifold = 0; MaxFrames = 1000; % max number of frames to loop over MaxLevels = 6; % increase if using amrclaw with more levels PlotData = [1 1 1 1 1 1]; % Data on refinement level k is plotted only if % k'th component is nonzero PlotGrid = [0 0 0 0 0 0]; % Plot grid lines on each level? PlotGridEdges = [1 1 1 1 1 1]; % Plot edges of patches of each grid at % this level? ContourValues = []; % set contour values in afterframe. %---------------------------------