From c5ebad2bba8588c7c3a26c073b367cd0faf37caa Mon Sep 17 00:00:00 2001
From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be>
Date: Tue, 22 Dec 2009 13:44:11 +0000
Subject: [PATCH]

---
 Solver/TESTCASES/BackwardFacingStep.lua |  4 ++--
 Solver/TESTCASES/step.geo               | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Solver/TESTCASES/BackwardFacingStep.lua b/Solver/TESTCASES/BackwardFacingStep.lua
index a6b545b272..e474376ad9 100644
--- a/Solver/TESTCASES/BackwardFacingStep.lua
+++ b/Solver/TESTCASES/BackwardFacingStep.lua
@@ -1,4 +1,4 @@
-MACH = 0.1;
+MACH = 3;
 RHO  = 1.0;
 PRES = 1./(MACH*RHO*RHO*1.4*1.4) 
 V = 1.0 
@@ -49,7 +49,7 @@ DG:exportSolution('output/solution_0')
 
 print'*** solve ***'
 
-LC = 0.1
+LC = 0.1*.1
 dt = .3*LC/(SOUND+V);
 print('DT=',dt)
 
diff --git a/Solver/TESTCASES/step.geo b/Solver/TESTCASES/step.geo
index 62afa73c6a..b101b8c6dd 100644
--- a/Solver/TESTCASES/step.geo
+++ b/Solver/TESTCASES/step.geo
@@ -1,9 +1,9 @@
 Point(1) = {0, 0, 0, .1};
-Point(2) = {3, 0, 0, .1};
-Point(3) = {3, 1, 0, .1};
-Point(4) = {5, 1, 0, .1};
-Point(5) = {5, 2, 0, .1};
-Point(6) = {0, 2, 0, .1};
+Point(2) = {.5, 0, 0, .1};
+Point(3) = {.5, .25, 0, .1};
+Point(4) = {3, .25, 0, .1};
+Point(5) = {3, 1, 0, .1};
+Point(6) = {0, 1, 0, .1};
 Line(1) = {6, 5};
 Line(2) = {5, 4};
 Line(3) = {4, 3};
-- 
GitLab