[cig-commits] r17058 - in short/3D/PyLith/branches/pylith-scecdynrup: . doc/releasenotes pylith/friction

brad at geodynamics.org brad at geodynamics.org
Fri Jul 30 09:04:22 PDT 2010


Author: brad
Date: 2010-07-30 09:04:21 -0700 (Fri, 30 Jul 2010)
New Revision: 17058

Added:
   short/3D/PyLith/branches/pylith-scecdynrup/doc/releasenotes/announce_v1.5.1.txt
Modified:
   short/3D/PyLith/branches/pylith-scecdynrup/README
   short/3D/PyLith/branches/pylith-scecdynrup/configure.ac
   short/3D/PyLith/branches/pylith-scecdynrup/pylith/friction/TimeWeakening.py
   short/3D/PyLith/branches/pylith-scecdynrup/setup.py
Log:
Merge from trunk.

Modified: short/3D/PyLith/branches/pylith-scecdynrup/README
===================================================================
--- short/3D/PyLith/branches/pylith-scecdynrup/README	2010-07-26 02:11:58 UTC (rev 17057)
+++ short/3D/PyLith/branches/pylith-scecdynrup/README	2010-07-30 16:04:21 UTC (rev 17058)
@@ -3,7 +3,7 @@
 not permitted.
 
 
-We are pleased to announce release of PyLith version 1.5.0
+We are pleased to announce release of PyLith version 1.5.1
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
@@ -102,6 +102,22 @@
 the up-dip direction.
 
 ----------------------------------------------------------------------
+Version 1.5.1
+----------------------------------------------------------------------
+
+  * Bug fixes
+
+    - Fixed dimensioning of velocity and acceleration fields in
+      output. The scales were set to just the length scale rather than
+      the length scale divided by the time scale and length scale
+      divided by the time scale squared.
+
+    - Fixed partitioning of cohesive cells. Cohesive cells were
+      ignored during partitioning of the mesh, so they were randomly
+      distributed among processors.
+
+
+----------------------------------------------------------------------
 Version 1.5.0
 ----------------------------------------------------------------------
 

Modified: short/3D/PyLith/branches/pylith-scecdynrup/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-scecdynrup/configure.ac	2010-07-26 02:11:58 UTC (rev 17057)
+++ short/3D/PyLith/branches/pylith-scecdynrup/configure.ac	2010-07-30 16:04:21 UTC (rev 17058)
@@ -11,7 +11,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.5.0], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.5.1], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Copied: short/3D/PyLith/branches/pylith-scecdynrup/doc/releasenotes/announce_v1.5.1.txt (from rev 17057, short/3D/PyLith/trunk/doc/releasenotes/announce_v1.5.1.txt)
===================================================================
--- short/3D/PyLith/branches/pylith-scecdynrup/doc/releasenotes/announce_v1.5.1.txt	                        (rev 0)
+++ short/3D/PyLith/branches/pylith-scecdynrup/doc/releasenotes/announce_v1.5.1.txt	2010-07-30 16:04:21 UTC (rev 17058)
@@ -0,0 +1,32 @@
+Greetings,
+
+I am pleased to announce the release of PyLith 1.5.1, a finite-element
+code designed to solve dynamic elastic problems and quasi-static
+viscoelastic problems in tectonic deformation.
+
+This release fixes a couple of bugs in v1.5.0. We strongly recommend
+all users of previous PyLith releases to switch to this latest
+release. See the README file for changes required to switch to the
+v1.5.x release series from previous versions.
+
+You can download the source code and binaries from
+
+    http://geodynamics.org/cig/software/packages/short/pylith
+
+Detailed installation instructions are in the User Manual with example
+installation procedures for a few platforms in the bundled doc/install
+directory.
+
+
+RELEASE NOTES
+
+  * Bug fixes
+
+    - Fixed dimensioning of velocity and acceleration fields in
+      output. The scales were set to just the length scale rather than
+      the length scale divided by the time scale and length scale
+      divided by the time scale squared.
+
+    - Fixed partitioning of cohesive cells. Cohesive cells were
+      ignored during partitioning of the mesh, so they were randomly
+      distributed among processors.

Modified: short/3D/PyLith/branches/pylith-scecdynrup/pylith/friction/TimeWeakening.py
===================================================================
--- short/3D/PyLith/branches/pylith-scecdynrup/pylith/friction/TimeWeakening.py	2010-07-26 02:11:58 UTC (rev 17057)
+++ short/3D/PyLith/branches/pylith-scecdynrup/pylith/friction/TimeWeakening.py	2010-07-30 16:04:21 UTC (rev 17058)
@@ -40,7 +40,7 @@
                      "dynamic_coefficient",
                      "time_weakening_parameter",
                      "cohesion"],
-            'data': ["Elapsed_time"]},
+            'data': ["elapsed_time"]},
          'cell': \
            {'info': [],
             'data': []}}

Modified: short/3D/PyLith/branches/pylith-scecdynrup/setup.py
===================================================================
--- short/3D/PyLith/branches/pylith-scecdynrup/setup.py	2010-07-26 02:11:58 UTC (rev 17057)
+++ short/3D/PyLith/branches/pylith-scecdynrup/setup.py	2010-07-30 16:04:21 UTC (rev 17058)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.5.0',
+    version = '1.5.1',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list