[cig-commits] r5152 - in long/3D/Gale/trunk/src/StgFEM: . SLE/SystemSetup/tests/expected

walter at geodynamics.org walter at geodynamics.org
Tue Oct 31 13:31:57 PST 2006


Author: walter
Date: 2006-10-31 13:31:56 -0800 (Tue, 31 Oct 2006)
New Revision: 5152

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of1.expected
   long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of2.expected
Log:
 r857 at earth:  boo | 2006-10-31 13:30:38 -0800
  r847 at earth (orig r663):  KathleenHumble | 2006-10-27 00:56:17 -0700
  patching tests now that a print statement
  in the Context.c has been fixed that
  was previously not printing due to a typo
  
  
 



Property changes on: long/3D/Gale/trunk/src/StgFEM
___________________________________________________________________
Name: svk:merge
   - 38867592-cf10-0410-9e16-a142ea72ac34:/cig:856
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:662
   + 38867592-cf10-0410-9e16-a142ea72ac34:/cig:857
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:663

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of1.expected
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of1.expected	2006-10-31 21:31:53 UTC (rev 5151)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of1.expected	2006-10-31 21:31:56 UTC (rev 5152)
@@ -1,7 +1,7 @@
-StGermain Framework revision 3641. Copyright (C) 2003-2005 VPAC.
-StGermain Discretisation Library revision 3641. Copyright (C) 2003-2005 VPAC.
-StGermain FEM Discretisation Framework revision 586. Copyright (C) 2003-2005 VPAC.
-StGermain PETSc-LinearAlgebra Interface revision 586. Copyright (C) 2003-2005 VPAC.
+StGermain Framework revision 3885. Copyright (C) 2003-2005 VPAC.
+StGermain Discretisation Library revision 3885. Copyright (C) 2003-2005 VPAC.
+StGermain FEM Discretisation Framework revision 662. Copyright (C) 2003-2005 VPAC.
+StGermain PETSc-LinearAlgebra Interface revision 662. Copyright (C) 2003-2005 VPAC.
 Running with no timestep braking, using  dt that increases 50% each step:
 Run until 10 timeSteps have been run
 TimeStep = 1, Start time = 0 + 0 prev timeStep dt
@@ -19,14 +19,50 @@
 Run until 10 timeSteps have been run
 TimeStep = 1, Start time = 0 + 0 prev timeStep dt
 TimeStep = 2, Start time = 0 + 1 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.5 (time), but prev timestep's dt
+was 1 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.1 (time).
 TimeStep = 3, Start time = 1 + 1.1 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.65 (time), but prev timestep's dt
+was 1.1 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.21 (time).
 TimeStep = 4, Start time = 2.1 + 1.21 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.815 (time), but prev timestep's dt
+was 1.21 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.331 (time).
 TimeStep = 5, Start time = 3.31 + 1.331 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.9965 (time), but prev timestep's dt
+was 1.331 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.4641 (time).
 TimeStep = 6, Start time = 4.641 + 1.4641 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.19615 (time), but prev timestep's dt
+was 1.4641 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.61051 (time).
 TimeStep = 7, Start time = 6.1051 + 1.61051 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.41577 (time), but prev timestep's dt
+was 1.61051 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.77156 (time).
 TimeStep = 8, Start time = 7.71561 + 1.77156 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.65734 (time), but prev timestep's dt
+was 1.77156 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.94872 (time).
 TimeStep = 9, Start time = 9.48717 + 1.94872 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.92308 (time), but prev timestep's dt
+was 1.94872 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 2.14359 (time).
 TimeStep = 10, Start time = 11.4359 + 2.14359 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 3.21538 (time), but prev timestep's dt
+was 2.14359 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 2.35795 (time).
 
 Turning on timestep braking, at 80% level, running again - expect same as original:
 Run until 10 timeSteps have been run

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of2.expected
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of2.expected	2006-10-31 21:31:53 UTC (rev 5151)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/tests/expected/testContext.0of2.expected	2006-10-31 21:31:56 UTC (rev 5152)
@@ -1,7 +1,7 @@
-StGermain Framework revision 3641. Copyright (C) 2003-2005 VPAC.
-StGermain Discretisation Library revision 3641. Copyright (C) 2003-2005 VPAC.
-StGermain FEM Discretisation Framework revision 586. Copyright (C) 2003-2005 VPAC.
-StGermain PETSc-LinearAlgebra Interface revision 586. Copyright (C) 2003-2005 VPAC.
+StGermain Framework revision 3885. Copyright (C) 2003-2005 VPAC.
+StGermain Discretisation Library revision 3885. Copyright (C) 2003-2005 VPAC.
+StGermain FEM Discretisation Framework revision 662. Copyright (C) 2003-2005 VPAC.
+StGermain PETSc-LinearAlgebra Interface revision 662. Copyright (C) 2003-2005 VPAC.
 Running with no timestep braking, using  dt that increases 50% each step:
 Run until 10 timeSteps have been run
 TimeStep = 1, Start time = 0 + 0 prev timeStep dt
@@ -19,14 +19,50 @@
 Run until 10 timeSteps have been run
 TimeStep = 1, Start time = 0 + 0 prev timeStep dt
 TimeStep = 2, Start time = 0 + 1 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.5 (time), but prev timestep's dt
+was 1 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.1 (time).
 TimeStep = 3, Start time = 1 + 1.1 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.65 (time), but prev timestep's dt
+was 1.1 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.21 (time).
 TimeStep = 4, Start time = 2.1 + 1.21 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.815 (time), but prev timestep's dt
+was 1.21 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.331 (time).
 TimeStep = 5, Start time = 3.31 + 1.331 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 1.9965 (time), but prev timestep's dt
+was 1.331 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.4641 (time).
 TimeStep = 6, Start time = 4.641 + 1.4641 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.19615 (time), but prev timestep's dt
+was 1.4641 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.61051 (time).
 TimeStep = 7, Start time = 6.1051 + 1.61051 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.41577 (time), but prev timestep's dt
+was 1.61051 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.77156 (time).
 TimeStep = 8, Start time = 7.71561 + 1.77156 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.65734 (time), but prev timestep's dt
+was 1.77156 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 1.94872 (time).
 TimeStep = 9, Start time = 9.48717 + 1.94872 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 2.92308 (time), but prev timestep's dt
+was 1.94872 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 2.14359 (time).
 TimeStep = 10, Start time = 11.4359 + 2.14359 prev timeStep dt
+In FiniteElementContext_CalcNewDt(): dt calculated was 3.21538 (time), but prev timestep's dt
+was 2.14359 (time) and max allowed increase percentage is 10.00
+, thus limiting current
+dt to 2.35795 (time).
 
 Turning on timestep braking, at 80% level, running again - expect same as original:
 Run until 10 timeSteps have been run



More information about the cig-commits mailing list