[cig-commits] r18750 - short/3D/PyLith/branches/v1.6-stable

brad at geodynamics.org brad at geodynamics.org
Wed Jul 13 09:52:21 PDT 2011


Author: brad
Date: 2011-07-13 09:52:20 -0700 (Wed, 13 Jul 2011)
New Revision: 18750

Modified:
   short/3D/PyLith/branches/v1.6-stable/README
Log:
Updated README.

Modified: short/3D/PyLith/branches/v1.6-stable/README
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/README	2011-07-13 13:51:48 UTC (rev 18749)
+++ short/3D/PyLith/branches/v1.6-stable/README	2011-07-13 16:52:20 UTC (rev 18750)
@@ -71,6 +71,16 @@
 Version 1.6.1
 ----------------------------------------------------------------------
 
+* Validation of user input
+
+  Added stricter requirements for descriptive labels of various
+  objects, including spatial databases and friction models. The
+  default labels are empty strings which do not result in useful error
+  messages; the user is now required to specify a non-empty string for
+  the labels. This makes errors related to spatial databases are much
+  easier to diagnose.
+
+
 * Updates to manual
 
   - Updated description of cell_info_fields for Neumann boundary
@@ -78,8 +88,9 @@
     time-dependence introduced in version 1.4.
 
   - Added steps 18 and 19 that discuss time-dependent Neumann boundary
-    conditions to the 3d/hex8 examples.
+    conditions to examples/3d/hex8.
 
+
 * Bug fixes
 
   - Fixed bug in writing rupture information to VTK and HDF5 files
@@ -87,11 +98,23 @@
     name of rupture. This caused loss of information in VTK output and
     a corrupted Xdmf metadata file for HDF5 output.
 
-  - ADD GREEN'S FUNCTION STUFF HERE
+  - Fixed error in use of initial stress tensor with generalized Maxwell
+    models. The initial stress tensor was added to the current stress
+    tensor twice.
 
-  - ADD MESHING STUFF HERE
+  - Cleaned up Green's function example (examples/greensfns/hex8) so
+    that it runs without errors. Eliminated extraneous processing.
 
+  - Cleaned up meshing examples (examples/meshing), including
+    elimination of superfluous pre-processing. 
 
+  - Adjusted absolute tolerances for PETSc solves in examples/3d/hex8
+    so that solver terminates with desired convergence criterion.
+
+  - Updated examples/2d/subduction/geometry.jou to use APREPRO
+    functions and variables to store id values.
+
+
 ----------------------------------------------------------------------
 Version 1.6.0
 ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list