[cig-commits] r19173 - short/3D/PyLith/branches/v1.6-stable/doc/releasenotes

brad at geodynamics.org brad at geodynamics.org
Thu Nov 10 09:53:12 PST 2011


Author: brad
Date: 2011-11-10 09:53:11 -0800 (Thu, 10 Nov 2011)
New Revision: 19173

Modified:
   short/3D/PyLith/branches/v1.6-stable/doc/releasenotes/announce_v1.6.2.txt
Log:
Updated release notes.

Modified: short/3D/PyLith/branches/v1.6-stable/doc/releasenotes/announce_v1.6.2.txt
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/doc/releasenotes/announce_v1.6.2.txt	2011-11-10 17:52:58 UTC (rev 19172)
+++ short/3D/PyLith/branches/v1.6-stable/doc/releasenotes/announce_v1.6.2.txt	2011-11-10 17:53:11 UTC (rev 19173)
@@ -19,6 +19,28 @@
 
 RELEASE NOTES
 
+* Bug fixes
+
+  - Fixed bug in writing tensor data for Xdmf files. Switched Tensor
+    to Tensor6 to account for symmetry.
+
+  - Fixed bug in writing HDF5 files in parallel when one processor
+    does not write any information (e.g., faults and boundary
+    conditions).
+
+  - Added dimensioning of time dataset in HDF5 files. The units are
+    now seconds rather than nondimensional time.
+
+  - Fixed memory allocation error (std::bad_alloc) when a processor
+    did not contain cells for a boundary condition or output. This bug
+    did not show up on all architectures.
+
+  - Increased robustness of spontaneous rupture (fault friction)
+    implementation to broaden the range of conditions it can
+    handle. The implementation now properly handles cases with fault
+    opening and cases with zero shear or normal tractions.
+    
+
 * Internal changes
 
   - Fault implementation
@@ -40,25 +62,6 @@
     stage of the simulations.
 
 
-* Bug fixes
-
-  - Fixed bug in writing HDF5 files in parallel when one processor
-    does not write any information (e.g., faults and boundary
-    conditions).
-
-  - Added dimensioning of time dataset in HDF5 files. The units are
-    now seconds rather than nondimensional time.
-
-  - Fixed memory allocation error (std::bad_alloc) when a processor
-    did not contain cells for a boundary condition or output. This bug
-    did not show up on all architectures.
-
-  - Increased robustness of spontaneous rupture (fault friction)
-    implementation to broaden the range of conditions it can
-    handle. The implementation now properly handles cases with fault
-    opening and cases with zero shear or normal tractions.
-    
-
 KNOWN ISSUES
 
   The custom line search used with the PETSc nonlinear solver (SNES)



More information about the CIG-COMMITS mailing list