[cig-commits] r6009 - short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Feb 12 12:05:20 PST 2007


Author: willic3
Date: 2007-02-12 12:05:19 -0800 (Mon, 12 Feb 2007)
New Revision: 6009

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.bc
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.coord
Log:
Fixed BC to give constant stress throughout cube.
Fixed incorrect node position.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.bc
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.bc	2007-02-12 17:15:07 UTC (rev 6008)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.bc	2007-02-12 20:05:19 UTC (rev 6009)
@@ -1,14 +1,14 @@
-# Boundary conditions for split block problem.
+# Boundary conditions for traction test problem.
 #
 displacement_units = m
 velocity_units = m/s
 force_units = newton
 #
- 3   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
- 4   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
- 5   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
- 6   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
- 7   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
- 9   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
-10   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
-12   1   1   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
+ 3   1   0   0   0.00000000e+00  0.00000000e+00  0.00000000e+00
+ 4   1   1   0   0.00000000e+00  0.00000000e+00  0.00000000e+00
+ 5   1   0   0   0.00000000e+00  0.00000000e+00  0.00000000e+00
+ 6   1   0   1   0.00000000e+00  0.00000000e+00  0.00000000e+00
+ 7   1   0   0   0.00000000e+00  0.00000000e+00  0.00000000e+00
+ 9   1   0   0   0.00000000e+00  0.00000000e+00  0.00000000e+00
+10   1   0   0   0.00000000e+00  0.00000000e+00  0.00000000e+00
+12   1   0   0   0.00000000e+00  0.00000000e+00  0.00000000e+00

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.coord
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.coord	2007-02-12 17:15:07 UTC (rev 6008)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/tractest.coord	2007-02-12 20:05:19 UTC (rev 6009)
@@ -23,4 +23,4 @@
      22   5.00000000E+02   5.00000000E+02   1.00000000E+03
      23   1.00000000E+03   1.00000000E+03   5.00000000E+02
      24   5.00000000E+02   5.00000000E+02   0.00000000E+00
-     25   5.00000000E+02   5.00000000E+02   5.00000000E+02
+     25   2.50275000E+02   3.73858000E+02   5.00000000E+02



More information about the cig-commits mailing list