From 75bc6312ab8441ba88aa0d304b6be1c2c483678a Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 5 Dec 2013 20:54:01 +0000 Subject: [PATCH] [Matlab/Samples] Fix tolerances on flame example --- samples/matlab/flame2.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/matlab/flame2.m b/samples/matlab/flame2.m index 0ebc021dc..bbcebbefe 100644 --- a/samples/matlab/flame2.m +++ b/samples/matlab/flame2.m @@ -20,9 +20,9 @@ comp2 = 'C2H6:1'; % fuel composition initial_grid = 0.02*[0.0 0.2 0.4 0.6 0.8 1.0]; % m -tol_ss = [1.0e-5 1.0e-12]; % [rtol atol] for steady-state +tol_ss = [1.0e-5 1.0e-13]; % [rtol atol] for steady-state % problem -tol_ts = [1.0e-3 1.0e-4]; % [rtol atol] for time stepping +tol_ts = [1.0e-4 1.0e-13]; % [rtol atol] for time stepping loglevel = 1; % amount of diagnostic output (0 % to 5)