[cig-commits] [commit] baagaard/add-release-2.1.0: Started work on release notes for v2.1.0. (59fe846)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:47:02 PST 2014


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/add-release-2.1.0
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

>---------------------------------------------------------------

commit 59fe846bd8ef478e0229a4365ebd18d81f3a860c
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Oct 20 13:00:45 2014 -0700

    Started work on release notes for v2.1.0.


>---------------------------------------------------------------

59fe846bd8ef478e0229a4365ebd18d81f3a860c
 README | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 896cd75..e01d6e6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 2.0.3
+We are pleased to announce release of PyLith version 2.1.0
 
 Please submit bug reports via the World Wide Web at:
     https://github.com/geodynamics/pylith/issues
@@ -43,6 +43,40 @@ TIPS
 
 
 ======================================================================
+MIGRATING FROM VERSION 2.0 TO 2.1
+======================================================================
+
+The partitioner setting has been integrated into PETSc. As a result,
+the partitioner is set via PETSc settings, not a Distributor
+property. For example,
+
+[pylithapp.petsc]
+petscpartitioner_type = chaco ; Available options ['chaco','parmetis']
+
+
+----------------------------------------------------------------------
+Version 2.1.0
+----------------------------------------------------------------------
+
+* The partitioner is now set via a PETSc parameter.
+
+* Bug fixes
+
+  - A few bugs related to creating cohesive cells for fault
+    intersections have been fixed. Faults can now meet at T
+    intersections provided the buried edges of the faults are
+    clamped. In other words, the fault ending at the T intersection
+    has a clamped edge along the intersection. The fault ending at the
+    intersection must also come AFTER the through-going fault in the
+    list of fault interfaces.
+
+  - ADD DRUCKER-PRAGER STUFF HERE
+
+  - 
+
+
+
+======================================================================
 MIGRATING FROM VERSION 1.9 TO 2.0
 ======================================================================
 



More information about the CIG-COMMITS mailing list