[cig-commits] r15400 - in short/3D/PyLith/trunk: . pylith/bc

brad at geodynamics.org brad at geodynamics.org
Mon Jun 29 17:52:44 PDT 2009


Author: brad
Date: 2009-06-29 17:52:44 -0700 (Mon, 29 Jun 2009)
New Revision: 15400

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/pylith/bc/TimeDependent.py
Log:
Switched time-dependent BC so that db_initial is NullComponent instead of SimpleDB.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2009-06-30 00:07:30 UTC (rev 15399)
+++ short/3D/PyLith/trunk/TODO	2009-06-30 00:52:44 UTC (rev 15400)
@@ -2,33 +2,15 @@
 CURRENT ISSUES/PRIORITIES
 ======================================================================
 
-BUGS
-
-  Distribution fails for cases when a processor doesn't have vertices
-  on a fault.
-
 RELEASE
 
   Release notes
   Manual improvements
     pylithinfo
     list of components
-    units
     
 
-BONUS
-
-  Memory model
-
 ----------------------------------------------------------------------
-RELEASE 1.4
-----------------------------------------------------------------------
-
-Charles
-  3-D Power-law rheology
-    full-scale test
-
-----------------------------------------------------------------------
 POST RELEASE 1.4
 ----------------------------------------------------------------------
 
@@ -52,7 +34,7 @@
   field split
 
 Brad
-  ArbitratySlipFn (final slip, start time)
+  TimeHistorySlipFn (final slip, start time)
   full-scale testing
     2d/quad4
       axialtract

Modified: short/3D/PyLith/trunk/pylith/bc/TimeDependent.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/TimeDependent.py	2009-06-30 00:07:30 UTC (rev 15399)
+++ short/3D/PyLith/trunk/pylith/bc/TimeDependent.py	2009-06-30 00:52:44 UTC (rev 15400)
@@ -58,8 +58,7 @@
 
   import pyre.inventory
 
-  from spatialdata.spatialdb.SimpleDB import SimpleDB
-  dbInitial = pyre.inventory.facility("db_initial", factory=SimpleDB, 
+  dbInitial = pyre.inventory.facility("db_initial", factory=NullComponent, 
                                       family="spatial_database")
   dbInitial.meta['tip'] = "Database with initial values."
     



More information about the CIG-COMMITS mailing list