[cig-commits] r4659 - short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Sep 28 13:38:04 PDT 2006


Author: willic3
Date: 2006-09-28 13:38:04 -0700 (Thu, 28 Sep 2006)
New Revision: 4659

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py
Log:
Updated to reflect changes in read_tractions.


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py	2006-09-28 20:36:43 UTC (rev 4658)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py	2006-09-28 20:38:04 UTC (rev 4659)
@@ -627,13 +627,12 @@
         self.pointerToTractionvals = pylith3d.allocateDouble(
             self.numberDegreesFreedom*self.numberTractionBc)
 
-        pylith3d.read_traction(
+        pylith3d.read_tractions(
             self.pointerToTractionverts,
             self.pointerToTractionvals,
             self.tractionBcScaleFactor,
             self.numberTractionBc,
             self.numberSurfaceElementNodes,
-            self.numberDegreesFreedom,
             self.f77FileInput,
             self.tractionInputFile)
 
@@ -903,7 +902,7 @@
 
 	print ""
         print "Hello from pl3dsetup.sortmesh (begin)!"
-        print "Renumbering elements, traction BC, split nodes, and slippery nodes:"
+        print "Renumbering elements, split nodes, and slippery nodes:"
 
         # Initialize variables that are defined in this function.
 



More information about the cig-commits mailing list