[cig-commits] r3955 - in long/3D/Gale/trunk/src/Underworld: . InputFiles/Underworld_Components

walter at geodynamics.org walter at geodynamics.org
Thu Jul 6 02:10:28 PDT 2006


Author: walter
Date: 2006-07-06 02:10:28 -0700 (Thu, 06 Jul 2006)
New Revision: 3955

Modified:
   long/3D/Gale/trunk/src/Underworld/
   long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowBiCGUzawa.xml
   long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawa.xml
   long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawaCompressible.xml
Log:
 r305 at earth:  boo | 2006-07-06 02:07:24 -0700
  r290 at earth (orig r233):  PatrickSunter | 2006-07-03 20:51:31 -0700
  Modification to the re-usable Underworld SLE XML files:
    * Enforcing that each element must make a non-zero contribution
    to the K and g global matrices in the StokesFlow system.
    * Made it explicit that non-zero contributions from elements
    are OK for the compressibility matrix.
    * Not sure about the preconditioner in the Stokes SLE - so left
    open the possibility of all-zero assembly contributions.
  
 



Property changes on: long/3D/Gale/trunk/src/Underworld
___________________________________________________________________
Name: svk:merge
   - 9570c393-cf10-0410-b476-9a651db1e55a:/cig:288
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:232
   + 9570c393-cf10-0410-b476-9a651db1e55a:/cig:305
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:233

Modified: long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowBiCGUzawa.xml
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowBiCGUzawa.xml	2006-07-06 09:08:34 UTC (rev 3954)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowBiCGUzawa.xml	2006-07-06 09:10:28 UTC (rev 3955)
@@ -34,6 +34,7 @@
 			<param name="RowVariable">VelocityField</param>
 			<param name="ColumnVariable">VelocityField</param>	
 			<param name="RHS">mom_force</param>
+			<param name="allowZeroElementContributions">False</param>
 		</struct>
 		<struct name="constitutiveMatrix">
 			<param name="Type">ConstitutiveMatrixCartesian</param>
@@ -45,6 +46,7 @@
 			<param name="RowVariable">VelocityField</param>
 			<param name="ColumnVariable">PressureField</param>	
 			<param name="RHS">cont_force</param>
+			<param name="allowZeroElementContributions">False</param>
 		</struct>
 		<struct name="gradientStiffnessMatrixTerm">
 			<param name="Type">GradientStiffnessMatrixTerm</param>
@@ -58,6 +60,7 @@
 			<param name="RowVariable">PressureField</param>
 			<param name="ColumnVariable">PressureField</param>	
 			<param name="RHS">cont_force</param>
+			<param name="allowZeroElementContributions">True</param>
 		</struct>		
 		<struct name="preconditionerTerm">
 			<param name="Type">UzawaPreconditionerTerm</param>

Modified: long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawa.xml
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawa.xml	2006-07-06 09:08:34 UTC (rev 3954)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawa.xml	2006-07-06 09:10:28 UTC (rev 3955)
@@ -34,6 +34,7 @@
 			<param name="RowVariable">VelocityField</param>
 			<param name="ColumnVariable">VelocityField</param>	
 			<param name="RHS">mom_force</param>
+			<param name="allowZeroElementContributions">False</param>
 		</struct>
 		<struct name="constitutiveMatrix">
 			<param name="Type">ConstitutiveMatrixCartesian</param>
@@ -45,6 +46,7 @@
 			<param name="RowVariable">VelocityField</param>
 			<param name="ColumnVariable">PressureField</param>	
 			<param name="RHS">cont_force</param>
+			<param name="allowZeroElementContributions">False</param>
 		</struct>
 		<struct name="gradientStiffnessMatrixTerm">
 			<param name="Type">GradientStiffnessMatrixTerm</param>
@@ -58,6 +60,7 @@
 			<param name="RowVariable">PressureField</param>
 			<param name="ColumnVariable">PressureField</param>	
 			<param name="RHS">cont_force</param>
+			<param name="allowZeroElementContributions">True</param>
 		</struct>		
 		<struct name="preconditionerTerm">
 			<param name="Type">UzawaPreconditionerTerm</param>

Modified: long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawaCompressible.xml
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawaCompressible.xml	2006-07-06 09:08:34 UTC (rev 3954)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/StokesFlowUzawaCompressible.xml	2006-07-06 09:10:28 UTC (rev 3955)
@@ -14,6 +14,7 @@
 			<param name="RowVariable">PressureField</param>
 			<param name="ColumnVariable">PressureField</param>	
 			<param name="RHS">cont_force</param>
+			<param name="allowZeroElementContributions">True</param>
 		</struct>		
 	</struct>	
 </StGermainData>



More information about the cig-commits mailing list