[cig-commits] r4801 - in long/3D/Gale/trunk/src/PICellerator: . Voronoi/src

walter at geodynamics.org walter at geodynamics.org
Wed Oct 11 13:41:57 PDT 2006


Author: walter
Date: 2006-10-11 13:41:57 -0700 (Wed, 11 Oct 2006)
New Revision: 4801

Modified:
   long/3D/Gale/trunk/src/PICellerator/
   long/3D/Gale/trunk/src/PICellerator/Voronoi/src/CellularAutomataVoronoi.meta
Log:
 r490 at earth:  boo | 2006-10-11 13:40:22 -0700
  r483 at earth (orig r370):  JulianGiordani | 2006-10-05 00:48:28 -0700
  
  I was in a documenting mood believe it or not. I'd still like someone who knows more about this component to write the main description. 
  
  
 



Property changes on: long/3D/Gale/trunk/src/PICellerator
___________________________________________________________________
Name: svk:merge
   - 00de75e2-39f1-0310-8538-9683d00a49cc:/trunk:369
aee11096-cf10-0410-a191-eea5772ba81f:/cig:489
   + 00de75e2-39f1-0310-8538-9683d00a49cc:/trunk:370
aee11096-cf10-0410-a191-eea5772ba81f:/cig:490

Modified: long/3D/Gale/trunk/src/PICellerator/Voronoi/src/CellularAutomataVoronoi.meta
===================================================================
--- long/3D/Gale/trunk/src/PICellerator/Voronoi/src/CellularAutomataVoronoi.meta	2006-10-11 20:41:55 UTC (rev 4800)
+++ long/3D/Gale/trunk/src/PICellerator/Voronoi/src/CellularAutomataVoronoi.meta	2006-10-11 20:41:57 UTC (rev 4801)
@@ -16,23 +16,30 @@
 
 
 <list name="Params">
+Stg_ComponentFactory_GetUnsignedInt( cf, self->name, "resolution", 10 );
 	<struct>
+                <param name="Name">resolution</param>
+		<param name="Type">UnsignedInt</param>
+		<param name="Default">10</param>
+		<param name="Description">Sets the number of discrete voronoi cells in all dimensions to be the same (orthotropic). Note if you specify individual resolutions as well then those values will override this orthotropic resolution.</param>
+	</struct>
+	<struct>
                 <param name="Name">resolutionX</param>
 		<param name="Type">UnsignedInt</param>
 		<param name="Default">defaultResolution</param>
-		<param name="Description">...</param>
+		<param name="Description">Sets the number of discrete voronoi cells in the X direction.</param>
 	</struct>
 	<struct>
                 <param name="Name">resolutionY</param>
 		<param name="Type">UnsignedInt</param>
 		<param name="Default">defaultResolution</param>
-		<param name="Description">...</param>
+		<param name="Description">Sets the number of discrete voronoi cells in the Y direction.</param>
 	</struct>
 	<struct>
                 <param name="Name">resolutionZ</param>
 		<param name="Type">UnsignedInt</param>
 		<param name="Default">defaultResolution</param>
-		<param name="Description">...</param>
+		<param name="Description">Sets the number of discrete voronoi cells in the Z direction.</param>
 	</struct>
 </list>
 
@@ -40,6 +47,6 @@
 
 </list>
 <!-- Add an exmaple XML if possible -->
-<param name="Example">...</param>
+<param name="Example">PICellerator/Apps/PIC_Components/MaterialPointSwarm.xml</param>
 
 </StGermainData>



More information about the cig-commits mailing list