[cig-commits] r7019 - short/3D/PyLith/trunk/pylith/solver

brad at geodynamics.org brad at geodynamics.org
Thu May 31 12:30:21 PDT 2007


Author: brad
Date: 2007-05-31 12:30:20 -0700 (Thu, 31 May 2007)
New Revision: 7019

Removed:
   short/3D/PyLith/trunk/pylith/solver/SolverTSI.py
Log:
Removed old (superfluous) implicit solver object.

Deleted: short/3D/PyLith/trunk/pylith/solver/SolverTSI.py
===================================================================
--- short/3D/PyLith/trunk/pylith/solver/SolverTSI.py	2007-05-31 19:27:36 UTC (rev 7018)
+++ short/3D/PyLith/trunk/pylith/solver/SolverTSI.py	2007-05-31 19:30:20 UTC (rev 7019)
@@ -1,57 +0,0 @@
-#!/usr/bin/env python
-#
-# ----------------------------------------------------------------------
-#
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
-#
-# <LicenseText>
-#
-# ----------------------------------------------------------------------
-#
-
-## @file pylith/solver/SolverTSI.py
-## @brief Python PyLith implicit time stepping solver.
-
-from Solver import Solver
-
-# SolverTSI class
-class SolverTSI(Solver):
-  """Python PyLith implicit time stepping solver."""
-
-  # INVENTORY //////////////////////////////////////////////////////////
-
-  class Inventory(Solver.Inventory):
-    """Python object for managing SolverTSI facilities and properties."""
-
-    ## @class Inventory
-    ## Python object for managing SolverTSI facilities and properties.
-    ##
-    ## \b Properties
-    ## @li None
-    ##
-    ## \b Facilities
-    ## @li None
-
-    import pyre.inventory
-
-  # PUBLIC METHODS /////////////////////////////////////////////////////
-
-  def __init__(self, name="solvertsi"):
-    """Constructor."""
-    Solver.__init__(self, name)
-    return
-
-
-  # PRIVATE METHODS /////////////////////////////////////////////////////
-
-  def _configure(self):
-    """Set members based using inventory."""
-    Solver._configure(self)
-    return
-
-
-# version
-__id__ = "$Id$"
-
-# End of file 



More information about the cig-commits mailing list