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

walter at geodynamics.org walter at geodynamics.org
Thu Dec 7 14:14:38 PST 2006


Author: walter
Date: 2006-12-07 14:14:38 -0800 (Thu, 07 Dec 2006)
New Revision: 5509

Modified:
   long/3D/Gale/trunk/src/Underworld/
   long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/RecoveredVGrad_Setup.xml
Log:
 r762 at earth:  boo | 2006-12-07 14:13:23 -0800
  r741 at earth (orig r383):  JulianGiordani | 2006-11-19 20:04:25 -0800
  
  Adding a velocity gradient (tensor) invariant field in.
  Had to create new operator in Operator.c class of StGermain to facilitate the computation of this new field. 
  
  
 



Property changes on: long/3D/Gale/trunk/src/Underworld
___________________________________________________________________
Name: svk:merge
   - 9570c393-cf10-0410-b476-9a651db1e55a:/cig:761
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:382
   + 9570c393-cf10-0410-b476-9a651db1e55a:/cig:762
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:383

Modified: long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/RecoveredVGrad_Setup.xml
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/RecoveredVGrad_Setup.xml	2006-12-07 22:14:30 UTC (rev 5508)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/Underworld_Components/RecoveredVGrad_Setup.xml	2006-12-07 22:14:38 UTC (rev 5509)
@@ -35,5 +35,11 @@
 	      <param name="FEMesh">mesh-linear</param>
 	      <param name="DofLayout">recVGradDofLayout</param>
 	</struct>
+
+	<struct name="recoveredVGradInvariantField"> 
+		<param name="Type">OperatorFeVariable</param>
+		<param name="Operator">TensorInvariant</param>
+		<param name="FeVariable">recoveredVGrad</param>
+	</struct>
 </struct>
 </StGermainData>



More information about the cig-commits mailing list