|
underover.m.html |
|
|
Source file: underover.m
|
|
Directory: /Users/rjl/git/clawpack/amrclaw/examples/advection_2d_swirl
|
|
Converted: Wed Dec 28 2016 at 22:38:04
using clawcode2html
|
|
This documentation file will
not reflect any later changes in the source file.
|
function uo = underover()
%UNDEROVER returns structure for assigning colors to under/overshoots
%
% For complete help, type
%
% >> help visclaw/src/matlab/underover
%
yrbcolormap;
cm = colormap;
uo = struct('color_under',[0 1 1],...
'color_over',[1 0 1],...
'value_lower',0, ...
'value_upper',1,...
'tol',1e-6,...
'colormap',cm);