[cig-commits] r5713 - in long/3D/Gale/trunk/src/StgFEM: . Apps/StokesMomentumUzawa

walter at geodynamics.org walter at geodynamics.org
Mon Jan 8 23:51:05 PST 2007


Author: walter
Date: 2007-01-08 23:51:05 -0800 (Mon, 08 Jan 2007)
New Revision: 5713

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/Apps/StokesMomentumUzawa/LidDrivenConvection.xml
Log:
 r931 at earth (orig r700):  LukeHodkinson | 2007-01-08 22:50:09 -0800
 Adding multigrid to the lid driven convection test.
 



Property changes on: long/3D/Gale/trunk/src/StgFEM
___________________________________________________________________
Name: svk:merge
   - 38867592-cf10-0410-9e16-a142ea72ac34:/cig:880
db209038-57f2-0310-97fa-b160e0ae9d04:/branches/decomp3d:699
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669
   + 38867592-cf10-0410-9e16-a142ea72ac34:/cig:880
db209038-57f2-0310-97fa-b160e0ae9d04:/branches/decomp3d:700
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669

Modified: long/3D/Gale/trunk/src/StgFEM/Apps/StokesMomentumUzawa/LidDrivenConvection.xml
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Apps/StokesMomentumUzawa/LidDrivenConvection.xml	2007-01-09 07:51:02 UTC (rev 5712)
+++ long/3D/Gale/trunk/src/StgFEM/Apps/StokesMomentumUzawa/LidDrivenConvection.xml	2007-01-09 07:51:05 UTC (rev 5713)
@@ -40,14 +40,23 @@
 	<param name="gaussParticlesY"> 2 </param>
 	<param name="gaussParticlesZ"> 2 </param-->
 	
-	<include>../StgFEM_Components/ConstantMesh.xml           </include>
-	<include>../StgFEM_Components/LinearMesh.xml             </include>
-	<include>../StgFEM_Components/VelocityField.xml          </include>
-	<include>../StgFEM_Components/PressureField.xml          </include>
-	<include>../StgFEM_Components/GaussSwarm.xml             </include>
-	<include>../StgFEM_Components/StokesFlowUzawa.xml        </include>
-	
+	<include>../StgFEM_Components/ConstantMesh.xml		</include>
+	<include>../StgFEM_Components/LinearMesh.xml		</include>
+	<include>../StgFEM_Components/VelocityField.xml		</include>
+	<include>../StgFEM_Components/PressureField.xml		</include>
+	<include>../StgFEM_Components/GaussSwarm.xml		</include>
+	<include>../StgFEM_Components/StokesFlowUzawa.xml	</include>
+	<!--include>../StgFEM_Components/Multigrid.xml		</include-->
+
 	<!-- Set up BCs -->
 	<include>lidDrivenBCs.xml</include>
 
+	<param name="mgLevels"> 3 </param>
+	<struct name="components" mergeType="merge">
+		<struct name="mgOpGenerator">
+			<param name="Type"> SROpGenerator </param>
+			<param name="fineVariable"> VelocityField </param>
+		</struct>
+	</struct>
+
 </StGermainData>



More information about the cig-commits mailing list