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

brad at geodynamics.org brad at geodynamics.org
Fri Jul 13 17:48:36 PDT 2007


Author: brad
Date: 2007-07-13 17:48:36 -0700 (Fri, 13 Jul 2007)
New Revision: 7668

Modified:
   short/3D/PyLith/trunk/TODO
Log:
Added unit tests for creating cohesive cells when tri, quad, tet, or hex mesh has some cells with only an edge or vertex on the fault.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2007-07-14 00:48:21 UTC (rev 7667)
+++ short/3D/PyLith/trunk/TODO	2007-07-14 00:48:36 UTC (rev 7668)
@@ -2,14 +2,11 @@
 CURRENT ISSUES
 ======================================================================
 
-  0. Add unit test to for zero fault slip and slipIncr (should be zero).
-
-  1. Add unit test for tri3 and tet4 for cells with only edges or
-  single vertex on fault.
-
-  2. Need check to make sure quadrature scheme is compatible with
+  1. Need check to make sure quadrature scheme is compatible with
   cells in mesh.
 
+  2. Add check to make sure every material in mesh has a material model.
+
   3. 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()?
@@ -70,9 +67,6 @@
 
 1. Create meshes for benchmarks
 
-  strike-slip
-    tet (LaGriT)
-    hex (CUBIT)
   reverse
     tet (LaGriT)
     hex (CUBIT)
@@ -102,9 +96,6 @@
   a. FaultCohesive
     i. Add checking of faultMesh [not currently used]
 
-Add check to make sure every material supplied by user exists in the
-mesh.
-  
 check test routines that create mesh to make sure they clear factory
 (*mesh)->getFactory()->clear(); necessary?
 



More information about the cig-commits mailing list