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

walter at geodynamics.org walter at geodynamics.org
Tue Aug 1 01:54:35 PDT 2006


Author: walter
Date: 2006-08-01 01:54:35 -0700 (Tue, 01 Aug 2006)
New Revision: 4158

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/Apps/Components/VelocityField.xml
Log:
 r722 at earth:  boo | 2006-08-01 01:52:53 -0700
  r712 at earth (orig r616):  PatrickSunter | 2006-07-21 01:35:31 -0700
  Had to comment out the Velocity and StrainRate Z component operatorFeVariabls
  since they stop 2D runs from working (the checkpointer tries to save them, and
  is unable to since there's no 3rd dimension).
  
  Really should refactor this and a couple of other 2D/3D issues like BCs, so
  that 3D specific stuff just gets ignored if you are only running in 2D.
  
 



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

Modified: long/3D/Gale/trunk/src/StgFEM/Apps/Components/VelocityField.xml
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Apps/Components/VelocityField.xml	2006-08-01 08:54:31 UTC (rev 4157)
+++ long/3D/Gale/trunk/src/StgFEM/Apps/Components/VelocityField.xml	2006-08-01 08:54:35 UTC (rev 4158)
@@ -58,21 +58,22 @@
 			<param name="FeVariable">VelocityField</param>
 		</struct>		
 		<struct name="VelocityXXField">
-				<param name="Type">OperatorFeVariable</param>
-				<param name="Operator">TakeFirstComponent</param>
-				<param name="FeVariable">VelocityField</param>
+			<param name="Type">OperatorFeVariable</param>
+			<param name="Operator">TakeFirstComponent</param>
+			<param name="FeVariable">VelocityField</param>
 		</struct>
-         <struct name="VelocityYYField">
-				<param name="Type">OperatorFeVariable</param>
-				<param name="Operator">TakeSecondComponent</param>
-				<param name="FeVariable">VelocityField</param>
+		<struct name="VelocityYYField">
+			<param name="Type">OperatorFeVariable</param>
+			<param name="Operator">TakeSecondComponent</param>
+			<param name="FeVariable">VelocityField</param>
 		</struct>
+		<!--
 		<struct name="VelocityZZField">
-				<param name="Type">OperatorFeVariable</param>
-				<param name="Operator">TakeThirdComponent</param>
-				<param name="FeVariable">VelocityField</param>
+			<param name="Type">OperatorFeVariable</param>
+			<param name="Operator">TakeThirdComponent</param>
+			<param name="FeVariable">VelocityField</param>
 		</struct>
-
+		-->
 		<struct name="StrainRateField"> 
 			<param name="Type">OperatorFeVariable</param>
 			<param name="Operator">TensorSymmetricPart</param>
@@ -98,12 +99,13 @@
 			<param name="Operator">TakeSecondComponent</param>
 			<param name="FeVariable">StrainRateField</param>
 		</struct>		
+		<!--
 		<struct name="StrainRateZZField"> 
 			<param name="Type">OperatorFeVariable</param>
 			<param name="Operator">TakeThirdComponent</param>
 			<param name="FeVariable">StrainRateField</param>
 		</struct>		
-			
+		-->	
 	</struct>
 	
 </StGermainData>



More information about the cig-commits mailing list