[cig-commits] r5516 - in long/3D/Gale/trunk/src/Underworld: . Rheology/tests

walter at geodynamics.org walter at geodynamics.org
Thu Dec 7 14:15:04 PST 2006


Author: walter
Date: 2006-12-07 14:15:03 -0800 (Thu, 07 Dec 2006)
New Revision: 5516

Modified:
   long/3D/Gale/trunk/src/Underworld/
   long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandom.xml
Log:
 r769 at earth:  boo | 2006-12-07 14:13:25 -0800
  r748 at earth (orig r390):  KathleenHumble | 2006-11-22 18:37:39 -0800
  added in an explanation in testDirectorRandom.xml
  as to why the particlesPerCell has to remain
  as a set value for this test.
  
 



Property changes on: long/3D/Gale/trunk/src/Underworld
___________________________________________________________________
Name: svk:merge
   - 9570c393-cf10-0410-b476-9a651db1e55a:/cig:768
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:389
   + 9570c393-cf10-0410-b476-9a651db1e55a:/cig:769
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:390

Modified: long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandom.xml
===================================================================
--- long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandom.xml	2006-12-07 22:15:01 UTC (rev 5515)
+++ long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandom.xml	2006-12-07 22:15:03 UTC (rev 5516)
@@ -56,7 +56,12 @@
 	<param name="maxTimeSteps"> 1      </param>
 	<param name="outputPath">./output</param>
 	<param name="dumpEvery"> 1 </param>	
-
+	<!-- For randomness test to pass, particlesPerCell = 20
+		as this is hard-coded value in testDirectorRandomness.c.
+		This is because test relies on the particle directions
+		fitting a normal distribution bell-curve based on
+		an average no of particles in certain set directions,
+		which requires prior knowledge of the Standard deviation.	-->
 	<param name="particlesPerCell">  20    </param>
 	<param name="SimpleShearFactor">  2    </param>
 



More information about the cig-commits mailing list