[cig-commits] r19856 - short/3D/PyLith/branches/v1.7-trunk

brad at geodynamics.org brad at geodynamics.org
Thu Mar 22 17:41:34 PDT 2012


Author: brad
Date: 2012-03-22 17:41:34 -0700 (Thu, 22 Mar 2012)
New Revision: 19856

Modified:
   short/3D/PyLith/branches/v1.7-trunk/TODO
Log:
Updated TODO.

Modified: short/3D/PyLith/branches/v1.7-trunk/TODO
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/TODO	2012-03-23 00:38:24 UTC (rev 19855)
+++ short/3D/PyLith/branches/v1.7-trunk/TODO	2012-03-23 00:41:34 UTC (rev 19856)
@@ -13,19 +13,21 @@
 
 * Point interpolation
 
-  Fails in parallel.
+  Fails in parallel when points are on boundary between procs.
 
   Test case:
     cd examples/3d/hex8
     pylith step19.cfg --nodes=1 # OK
     pylith step19.cfg --nodes=2 # ERROR
-      [0]PETSC ERROR: Petsc has generated inconsistent data!
-      [0]PETSC ERROR: Invalid number of points located 9 should be 8! 
 
 ======================================================================
 CURRENT ISSUES/PRIORITIES
 ======================================================================
 
+* Time steppers
+
+  Add initial start time (default is 0.0).
+
 * Manual
 
   - Order of tensor components for Xdmf files
@@ -37,6 +39,10 @@
       * Accuracy of interpolation?
   - Examples/Tutorials
     + Table with concepts/features
+  - Linear prestep
+    + Turned on by default
+    + Static solution is linear prestep
+    + Inelastic solution requires increment in driving forces
 
 * configure
   
@@ -58,8 +64,6 @@
 
 * Cleanup
 
-    Add elasticPrestep() to Formulation (called from Problem)
-    Remove solnIncr, keep setField()
 
 ======================================================================
 1.8.0



More information about the CIG-COMMITS mailing list