[cig-commits] r16044 - short/3D/PyLith/branches/pylith-friction/playpen/friction

surendra at geodynamics.org surendra at geodynamics.org
Thu Nov 26 00:14:09 PST 2009


Author: surendra
Date: 2009-11-26 00:14:09 -0800 (Thu, 26 Nov 2009)
New Revision: 16044

Modified:
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-axial.mesh
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-opening.mesh
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear.mesh
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4.mesh
Log:
Updated cell-dimension in case of 2-D friction examples

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-axial.mesh
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-axial.mesh	2009-11-26 07:51:12 UTC (rev 16043)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-axial.mesh	2009-11-26 08:14:09 UTC (rev 16044)
@@ -2,12 +2,12 @@
 //
 //
 //  1 ----- 3 ----- 5
-//  |             |             |
-//  |		    |		  |
-//  |             |             |
+//  |       |       |
+//  |       |       |
+//  |       |       |
 //  0 ----- 2 ----- 4
 //
-// Each edge has a length of 2.0.
+// Each edge has a length of 1.0.
 //
 mesh = {
 

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-opening.mesh
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-opening.mesh	2009-11-26 07:51:12 UTC (rev 16043)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-opening.mesh	2009-11-26 08:14:09 UTC (rev 16044)
@@ -7,7 +7,7 @@
 //  |       |       |
 //  0 ----- 2 ----- 4
 //
-// Each edge has a length of 2.0.
+// Each edge has a length of 1.0.
 //
 mesh = {
 

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear.mesh
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear.mesh	2009-11-26 07:51:12 UTC (rev 16043)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear.mesh	2009-11-26 08:14:09 UTC (rev 16044)
@@ -7,7 +7,7 @@
 //  |       |       |
 //  0 ----- 2 ----- 4
 //
-// Each edge has a length of 2.0.
+// Each edge has a length of 1.0.
 //
 mesh = {
 
@@ -31,12 +31,12 @@
     // Vertex number (starting from zero), x-coord, y-coord
     // Use coordinate units that are consistent with the other units used.
     coordinates = {
-             0     -2.0 -1.0
-             1     -2.0  1.0
-             2      0.0 -1.0
-             3      0.0  1.0
-             4      2.0 -1.0
-             5      2.0  1.0
+             0     -1.0 -0.5
+             1     -1.0  0.5
+             2      0.0 -0.5
+             3      0.0  0.5
+             4      1.0 -0.5
+             5      1.0  0.5
     }
   }
 

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4.mesh
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4.mesh	2009-11-26 07:51:12 UTC (rev 16043)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4.mesh	2009-11-26 08:14:09 UTC (rev 16044)
@@ -7,7 +7,7 @@
 //  |       |       |
 //  0 ----- 2 ----- 4
 //
-// Each edge has a length of 2.0.
+// Each edge has a length of 1.0.
 //
 mesh = {
 



More information about the CIG-COMMITS mailing list