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

brad at geodynamics.org brad at geodynamics.org
Wed Oct 17 17:52:43 PDT 2007


Author: brad
Date: 2007-10-17 17:52:42 -0700 (Wed, 17 Oct 2007)
New Revision: 8140

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

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2007-10-18 00:48:25 UTC (rev 8139)
+++ short/3D/PyLith/trunk/TODO	2007-10-18 00:52:42 UTC (rev 8140)
@@ -11,12 +11,12 @@
     Apply faster update() and restrict() to integrateJacobian and
     integrateResidual()?
 
-  3. Add check to make sure every material in mesh has a material model.
+  2. Add check to make sure every material in mesh has a material model.
 
     Add check for overlapping of material ids for bulk and cohesive
     cells.
 
-  4. Move PETSc logging out of feassemble module.
+  3. Move PETSc logging out of feassemble module.
 
 Release 1.1
 
@@ -47,16 +47,12 @@
 
 General
 
-  1. Need better error trapping when using LineParser. State of
-  ifstream is insufficient. Need state of istringstream buffer, but it
-  is often !good() at eof(). Test of !good() and !eof()?
-
-  2. Need to add explanation of output and output parameters to
+  1. Need to add explanation of output and output parameters to
   manual.
 
-  3. Add dependency diagram to manual.
+  2. Add dependency diagram to manual.
 
-  4. Experiment with different preconditioners and tabulate results
+  3. Experiment with different preconditioners and tabulate results
 
 ======================================================================
 KNOWN DEFICIENCIES
@@ -71,6 +67,10 @@
     relative to orientation and if orientation coincides with
     preexisting constraint, then constrain Lagrange multiplier DOF.
 
+  Need better error trapping when using LineParser. State of
+  ifstream is insufficient. Need state of istringstream buffer, but it
+  is often !good() at eof(). Test of !good() and !eof()?
+
 ======================================================================
 MAIN PRIORITIES (Brad)
 ======================================================================



More information about the cig-commits mailing list