setplot2.m.html CLAWPACK  
 Source file:   setplot2.m
 Directory:   /Users/rjl/clawpack_src/clawpack_master/amrclaw/examples/advection_2d_square
 Converted:   Mon Feb 19 2024 at 17:55:22   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 = [];   % add contour values in afterframe.