From cc3be3e7ca136722ca7a70bfaffcaa3880b5b219 Mon Sep 17 00:00:00 2001
From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be>
Date: Wed, 17 Feb 2010 22:21:06 +0000
Subject: [PATCH] oops

---
 Solver/TESTCASES/Stommel.lua | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Solver/TESTCASES/Stommel.lua b/Solver/TESTCASES/Stommel.lua
index 286b6d85e2..97539ed9af 100644
--- a/Solver/TESTCASES/Stommel.lua
+++ b/Solver/TESTCASES/Stommel.lua
@@ -8,7 +8,6 @@ groups = dgGroupCollection(model, dimension, order)
 -- groups:split...
 groups:buildGroupsOfInterfaces()
 solution = dgDofContainer(groups, claw:getNbFields())
---[[
 a = fullMatrix(3,1);
 a:set(0,0, 1.);
 a:set(1,0, 2.);
@@ -16,9 +15,9 @@ a:set(2,0, 3.);
 f = functionConstant(a):getName()
 solution:L2Projection(f)
 solution:exportMsh('output/init')
-]]--
 
-for i=1,00000 do
+
+for i=1,100000 do
   norm = dg:RK44(150*(3/(2.*order+1)))
   if ( i%100 ==0 ) then
     print ('iter ', i, norm)
-- 
GitLab