[cig-commits] r18616 - in short/3D/PyLith/trunk: . doc/releasenotes

brad at geodynamics.org brad at geodynamics.org
Tue Jun 14 08:39:16 PDT 2011


Author: brad
Date: 2011-06-14 08:39:16 -0700 (Tue, 14 Jun 2011)
New Revision: 18616

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/doc/releasenotes/Makefile.am
Log:
Updated TODO.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-06-14 13:46:01 UTC (rev 18615)
+++ short/3D/PyLith/trunk/TODO	2011-06-14 15:39:16 UTC (rev 18616)
@@ -1,55 +1,4 @@
 ======================================================================
-CURRENT ISSUES/PRIORITIES (1.6.0)
-======================================================================
-
-* Workshop
-
-  Upload presentations
-  Python scripts
-    survey
-
-* INSTALLER
-  Update to 1.6.0
-
-----------------------------------------
-BUGS
-----------------------------------------
-
-* Unform global refinement [MATT]
-
-    Check refinement in parallel thoroughly.
-
-  BUG: multiple faults and refinement?
-
-    cd benchmarks/static/performance/solvertest
-    pylith hex8.cfg \
-      --mesh_generator.refiner=pylith.topology.RefineUniform \
-      --nodes=2
-
-    src/cig/pylith/libsrc/pylith/topology/RefineVol8Face4Edges2.cc:505: void ALE::RefineVol8Face4Edges2::overlapAddNewVertices(const ALE::Obj<ALE::IMesh<int, double> >&, const ALE::MeshOrder&, const ALE::Obj<ALE::IMesh<int, double> >&, const ALE::MeshOrder&): Assertion `remotePoint >= 0' failed.
-
-----------------------------------------
-MANUAL
-----------------------------------------
-
-* Cleanup of materials
-
-  + Cleanup documentation
-    + Add more information on derivation (especially Generalize Maxwell) [CHARLES]
-      Use impedance approach
-    + Are material models consistent with governing equations discussion? [CHARLES]
-
-* Proofread
-  + 3d/tet4 (split into steps with field split and global refinement)
-  + ed/hex8 (steps 6-9 use HDF5)
-  + global refinement
-  + numerical damping
-  + HDF5
-  + Release notes
-  + Viscoelastic materials
-  + subduction example [BRAD]
-
-======================================================================
 CURRENT ISSUES/PRIORITIES (1.7.0)
 ======================================================================
 
@@ -449,24 +398,20 @@
 ======================================================================
 
 ----------------------------------------------------------------------
-Release 1.6
+Release 1.7
 ----------------------------------------------------------------------
 
-  1. HDF5 output
+  1. Damping for Q
+    Generalized Maxwell approach for attenuation
 
-     Write data into raw binary data file, compress each time chunk
+  2. 2-D materials
+    + DruckerPragerPlaneStrain (Drucker-Prager plane strain)
+    + PowerLawPlaneStrain (power law plane strain )
 
-  2. Output data at arbitrary point locations
+  3. Scalable mesh distribution
 
-     Interpolate solution to desired location
-     Solution field (time history)
-
-  4. Uniform global refinement
-
-  6. FaultCohesiveTract (dikes)
-
 ----------------------------------------------------------------------
-Release 1.7
+Release 2.0
 ----------------------------------------------------------------------
 
   1. Restart / checkpointing
@@ -478,15 +423,6 @@
 
   3. Coupling of quasi-static and dynamic simulations
 
-  4. Damping for Q
-    Mass/stiffness proportional damping for attenuation
-
-  4. Improved support for spherical geometry in user-interface
-
-----------------------------------------------------------------------
-Release 2.0
-----------------------------------------------------------------------
-
   1. Higher order cells
 
      Nonisoparametric cells
@@ -495,9 +431,20 @@
        Update quadrature to use CellGeometry refPtsToGlobal() and
        jacobian() Remove CellGeometry jacobian(double_array)
 
-  2. XFEM fault implementation
+  2. Output data at arbitrary point locations
 
+     Interpolate solution to desired location
+     Solution field (time history)
+
 ----------------------------------------------------------------------
+Low-priority items (release unknown)
+----------------------------------------------------------------------
+
+  6. FaultCohesiveTract (dikes)
+
+  4. Improved support for spherical geometry in user-interface
+
+----------------------------------------------------------------------
 LONG TERM WISH LIST
 ----------------------------------------------------------------------
 

Modified: short/3D/PyLith/trunk/doc/releasenotes/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/releasenotes/Makefile.am	2011-06-14 13:46:01 UTC (rev 18615)
+++ short/3D/PyLith/trunk/doc/releasenotes/Makefile.am	2011-06-14 15:39:16 UTC (rev 18616)
@@ -25,7 +25,10 @@
 	announce_v1.3.1.txt \
 	announce_v1.4.0.txt \
 	announce_v1.4.2.txt \
-	announce_v1.5.0.txt
+	announce_v1.5.0.txt \
+	announce_v1.5.1.txt \
+	announce_v1.5.2.txt \
+	announce_v1.6.0.txt
 
 
 # End of file 



More information about the CIG-COMMITS mailing list