[cig-commits] r14864 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Mon May 4 16:42:49 PDT 2009


Author: brad
Date: 2009-05-04 16:42:49 -0700 (Mon, 04 May 2009)
New Revision: 14864

Modified:
   short/3D/PyLith/trunk/README
   short/3D/PyLith/trunk/TODO
Log:
Added note on incompatibilities to README. Updated todo list.

Modified: short/3D/PyLith/trunk/README
===================================================================
--- short/3D/PyLith/trunk/README	2009-05-04 23:09:34 UTC (rev 14863)
+++ short/3D/PyLith/trunk/README	2009-05-04 23:42:49 UTC (rev 14864)
@@ -34,6 +34,29 @@
 
 
 ======================================================================
+MIGRATING FROM VERSION 1.3 TO 1.4
+======================================================================
+
+A number of changes to the code require changes to parameters used in
+previous versions.
+
+(1) The mesh "importer" is now called "reader".
+
+(2) The spatial database facility for a material, "db", is separated
+into a "properties_db" and a "initial_state_db". The initial stress
+and strain state is specified using the "initial_stress_db" and
+"initial_strain_db" facilities.
+
+(3) The code is not intelligent enough to determine the dimensions of
+the quadrature required (e.g., Quadrature2D and Quadrature2Din3D,
+etc).
+
+(4) The names of the output filters have changed and include suffixes
+Mesh or SubMesh to indicate that they operate on a mesh or submesh
+(e.g., CellFilterAvg is now CellFilterAvgMesh or
+CellFilterAvgSubMesh). This is related to the use of templates.
+
+======================================================================
 MIGRATING FROM VERSION 1.2 TO 1.3
 ======================================================================
 

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2009-05-04 23:09:34 UTC (rev 14863)
+++ short/3D/PyLith/trunk/TODO	2009-05-04 23:42:49 UTC (rev 14864)
@@ -56,6 +56,10 @@
 
     Distribution debug (dump VTK) needs Nondimensional
 
+  pylith/materials/ElasticMaterial.py
+    initial_stress_db
+    initial_strain_db
+
   libsrc/materials
     Generalized Maxwell materials
 
@@ -140,13 +144,6 @@
     * initial stress, strain, and state variables
     * Cleanup notation and discussion of inelastic materials
 
-  * Incompatibilities
-    importer -> reader
-    material
-     db -> properties_db
-    no need to set Quadrature type
-    CellFilterAvg Mesh/SubMesh
-
 -- Release (v1.4) --
 
 Modularize output? [Matt]



More information about the CIG-COMMITS mailing list