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

brad at geodynamics.org brad at geodynamics.org
Fri Jun 22 15:30:42 PDT 2007


Author: brad
Date: 2007-06-22 15:30:42 -0700 (Fri, 22 Jun 2007)
New Revision: 7396

Modified:
   short/3D/PyLith/trunk/TODO
Log:
Added known deficiency into TODO (can't mix fault and Dirichlet BC while using block Jacobian preconditioner- gives zero pivot).

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2007-06-22 22:29:22 UTC (rev 7395)
+++ short/3D/PyLith/trunk/TODO	2007-06-22 22:30:42 UTC (rev 7396)
@@ -1,11 +1,18 @@
 ======================================================================
+KNOWN DEFICIENCIES
+======================================================================
+
+  Can't use block Jacobi preconditioner when Dirichlet BC overlap with
+  fault BC's, because we end up with a DOF associated with a Lagrange
+  multiplier that is "free". Not sure if this is okay, when the fault
+  is at an angle to the boundary.
+
+======================================================================
 CURRENT ISSUES
 ======================================================================
 
   1. Debug mesh distribution. [MATT]
 
-  2. Add unit test for reading MeshIOAscii file with comments.
-
 ----------------------------------------------------------------------
 List of missing features (EqSim/PyLith 0.8) and new features.
 



More information about the cig-commits mailing list