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

brad at geodynamics.org brad at geodynamics.org
Mon Feb 28 15:20:35 PST 2011


Author: brad
Date: 2011-02-28 15:20:34 -0800 (Mon, 28 Feb 2011)
New Revision: 17990

Modified:
   short/3D/PyLith/trunk/TODO
Log:
Updated TODO.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-02-28 22:43:18 UTC (rev 17989)
+++ short/3D/PyLith/trunk/TODO	2011-02-28 23:20:34 UTC (rev 17990)
@@ -2,8 +2,6 @@
 CURRENT ISSUES/PRIORITIES (1.6.0)
 ======================================================================
 
-* Check for FIAT during configure.
-
 * GenMaxwellQpQs
 
   How to define viscosity and combinations?????
@@ -64,12 +62,30 @@
       + Refactor friction sensitivity solve, fault preconditioner, and
         adjustSolnLumped()
 
+* Cleanup of materials [stable]
+
+  + Account for initial strain in viscoelastic models
+
+  + Cleanup documentation
+    + Move formulations not used to Appendix
+    + Cleanup notation
+
 * Optimization
   + inline methods (what isn't getting inlined) -Winline
   + Specialized elasticity integrator objects for Quad4, Hex8?
     - Add for lgdeform, implicit time integration?
 
 
+* Explicit time step
+
+  utility code
+    Compute stable explicit time step
+    Write stable time step explicit (CFL, adhoc)
+
+* Manual
+
+  Are material models consistent with governing equations discussion?
+
 * Interpolated meshes + temperature field
   No fault, linear elasticity
   Benchmark memory use and speed
@@ -77,14 +93,6 @@
   Incompressibility, temperature/heat
 
 
-* Cleanup of materials [stable]
-
-  + Account for initial strain in viscoelastic models
-
-  + Cleanup documentation
-    + Move formulations not used to Appendix
-    + Cleanup notation
-
 * Testing
   + Need full-scale test with variation in physical properties
     within a material.
@@ -142,16 +150,6 @@
       compute total strain (if nec)
       compute strain rate, get maximum
     
-* Explicit time step
-
-  utility code
-    Compute stable explicit time step
-    Write stable time step explicit (CFL, adhoc)
-
-* Manual
-
-  Are material models consistent with governing equations discussion?
-
 ----------------------------------------------------------------------
 CLEANUP
 ----------------------------------------------------------------------
@@ -366,11 +364,6 @@
 
      Write data into raw binary data file, compress each time chunk
 
-       Datasets contain entire time histories (makes it possible to
-       slice along time or space)
-
-     HDF5 metadata file points to raw binary data file
-
   2. Output data at arbitrary point locations
 
      Interpolate solution to desired location



More information about the CIG-COMMITS mailing list