[cig-commits] r4897 - in long/3D/Gale/trunk/src/StgFEM: . plugins/VelicAnalyticSolutions/Velic_solA

walter at geodynamics.org walter at geodynamics.org
Wed Oct 11 13:50:15 PDT 2006


Author: walter
Date: 2006-10-11 13:50:14 -0700 (Wed, 11 Oct 2006)
New Revision: 4897

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solA/solA.c
Log:
 r783 at earth:  boo | 2006-10-11 13:49:35 -0700
  r757 at earth (orig r636):  JulianGiordani | 2006-09-07 20:07:06 -0700
  
  I accidently left the 'is essenial' flag as true, which was wrong. Changed it to false now so the tester should work.
  Thanks for pointing it out Kathleen.
  
  
 



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

Modified: long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solA/solA.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solA/solA.c	2006-10-11 20:50:12 UTC (rev 4896)
+++ long/3D/Gale/trunk/src/StgFEM/plugins/VelicAnalyticSolutions/Velic_solA/solA.c	2006-10-11 20:50:14 UTC (rev 4897)
@@ -262,7 +262,7 @@
 	tzz *= cos(n*M_PI*x);
 	txz *= sin(n*M_PI*x);
 	txx *= cos(n*M_PI*x);
-
+// only deviatoric stress is calculated
 	mean = 0.5 * ( txx + tzz );
 	stress[ 0 ] = txx - mean;
 	stress[ 1 ] = tzz - mean;
@@ -341,7 +341,7 @@
 	if ( recoverdStrainRateField )
 		AnalyticSolution_CreateAnalyticSymmetricTensorField( self, recoverdStrainRateField, Velic_solA_StrainRateFunction );
 
-	recoveredStressField = Stg_ComponentFactory_ConstructByName( cf, "recoveredStress", FeVariable, True );
+	recoveredStressField = Stg_ComponentFactory_ConstructByName( cf, "recoveredStress", FeVariable, False );
 	if ( recoveredStressField )
 		AnalyticSolution_CreateAnalyticSymmetricTensorField( self, recoveredStressField, Velic_solA_StressFunction );
 	



More information about the cig-commits mailing list