[cig-commits] r17925 - short/3D/PyLith/trunk/examples/greensfns/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Sun Feb 20 17:39:04 PST 2011


Author: willic3
Date: 2011-02-20 17:39:04 -0800 (Sun, 20 Feb 2011)
New Revision: 17925

Modified:
   short/3D/PyLith/trunk/examples/greensfns/hex8/getcoords.py
Log:
Updated documentation.


Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/getcoords.py
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/getcoords.py	2011-02-21 01:18:37 UTC (rev 17924)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/getcoords.py	2011-02-21 01:39:04 UTC (rev 17925)
@@ -14,7 +14,7 @@
 
 ## @brief Python application to get the coordinates for a set of vertex
 ## ID's and output them to a file. This is a very simple code that expects
-## coordinates in Abaqus format as well as ID's in Abaqus nodeset format.
+## coordinates and ID's obtained using ncdump on the Exodus file.
 
 import math
 import numpy
@@ -30,7 +30,7 @@
   """
   Python application to get the coordinates for a set of vertex
   ID's and output them to a file. This is a very simple code that expects
-  coordinates in Abaqus format as well as ID's in Abaqus nodeset format.
+  coordinates and ID's obtained using ncdump on the Exodus file.
   """
   
   class Inventory(Application.Inventory):



More information about the CIG-COMMITS mailing list