[cig-commits] r16714 - in long/3D/SNAC/trunk/Snac/plugins: . dikeInjection

echoi at geodynamics.org echoi at geodynamics.org
Sat May 15 09:00:15 PDT 2010


Author: echoi
Date: 2010-05-15 09:00:15 -0700 (Sat, 15 May 2010)
New Revision: 16714

Modified:
   long/3D/SNAC/trunk/Snac/plugins/Makefile.def
   long/3D/SNAC/trunk/Snac/plugins/dikeInjection/Constitutive.c
Log:
Added dikeInjection to the plugins list and removed a debugging print line.



Modified: long/3D/SNAC/trunk/Snac/plugins/Makefile.def
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/Makefile.def	2010-05-15 15:58:03 UTC (rev 16713)
+++ long/3D/SNAC/trunk/Snac/plugins/Makefile.def	2010-05-15 16:00:15 UTC (rev 16714)
@@ -32,4 +32,4 @@
 ##
 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-def_sub = customCartesianMesh cylinder_quadrant cylindrical elastic exchanger heterogeneities hydroStaticIC temperature maxwell plasticSPR plSeeds remesherSPR restarter restarter_old spherical viscoplasticSPR vpSeeds winkler hillSlope tractionBC conditionFunctions
+def_sub = customCartesianMesh cylinder_quadrant cylindrical elastic exchanger heterogeneities hydroStaticIC temperature maxwell plasticSPR plSeeds remesherSPR restarter restarter_old spherical viscoplasticSPR vpSeeds winkler hillSlope tractionBC conditionFunctions dikeInjection

Modified: long/3D/SNAC/trunk/Snac/plugins/dikeInjection/Constitutive.c
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/dikeInjection/Constitutive.c	2010-05-15 15:58:03 UTC (rev 16713)
+++ long/3D/SNAC/trunk/Snac/plugins/dikeInjection/Constitutive.c	2010-05-15 16:00:15 UTC (rev 16714)
@@ -91,7 +91,7 @@
 					(Snac_Element_NodeCoord( context, element_lI, 5)[0]-Snac_Element_NodeCoord( context, element_lI, 4)[0]) + 
 					(Snac_Element_NodeCoord( context, element_lI, 6)[0]-Snac_Element_NodeCoord( context, element_lI, 7)[0]) 
 					 );
-	fprintf(stderr,"elem_dX=%e dikeWidth=%e\n",elem_dX,contextExt->dikeWidth);
+	/* fprintf(stderr,"elem_dX=%e dikeWidth=%e\n",elem_dX,contextExt->dikeWidth); */
 	epsilon_xx = (contextExt->injectionRate*context->dt)/elem_dX;
 	/*	epsilon_xx = (contextExt->injectionRate*context->dt)/contextExt->dikeWidth; */
 	



More information about the CIG-COMMITS mailing list