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

walter at geodynamics.org walter at geodynamics.org
Thu Jan 11 21:04:03 PST 2007


Author: walter
Date: 2007-01-11 21:04:03 -0800 (Thu, 11 Jan 2007)
New Revision: 5765

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/Apps/ThermalConvection/ThermalConvection.xml
Log:
 r949 at earth (orig r708):  LukeHodkinson | 2007-01-09 23:20:12 -0800
 Setting the thermal convection test to use multigrid.
 



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:707
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669
   + 38867592-cf10-0410-9e16-a142ea72ac34:/cig:880
db209038-57f2-0310-97fa-b160e0ae9d04:/branches/decomp3d:708
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669

Modified: long/3D/Gale/trunk/src/StgFEM/Apps/ThermalConvection/ThermalConvection.xml
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Apps/ThermalConvection/ThermalConvection.xml	2007-01-12 05:04:00 UTC (rev 5764)
+++ long/3D/Gale/trunk/src/StgFEM/Apps/ThermalConvection/ThermalConvection.xml	2007-01-12 05:04:03 UTC (rev 5765)
@@ -19,7 +19,16 @@
 	<include>../StgFEM_Components/GaussSwarm.xml             </include>
 	<include>../StgFEM_Components/StokesFlowUzawa.xml        </include>
 	<include>../StgFEM_Components/TempAdvDiff.xml            </include>
+	<include>../StgFEM_Components/Multigrid.xml		</include>
 
+	<param name="mgLevels"> 2 </param>
+	<struct name="components" mergeType="merge">
+		<struct name="mgOpGenerator">
+			<param name="Type"> SROpGenerator </param>
+			<param name="fineVariable"> VelocityField </param>
+		</struct>
+	</struct>
+
 	<!-- Specialised components for this particular model -->
 	<struct name="components" mergeType="merge">
 		<struct name="thermalForcingTerm">



More information about the cig-commits mailing list