[cig-commits] r18543 - in short/3D/PyLith/trunk: . pylith/topology

brad at geodynamics.org brad at geodynamics.org
Sat Jun 4 15:50:52 PDT 2011


Author: brad
Date: 2011-06-04 15:50:51 -0700 (Sat, 04 Jun 2011)
New Revision: 18543

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py
Log:
Added missing factory to default mesh refiner (no refinement). Updated TODO.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-06-04 22:49:59 UTC (rev 18542)
+++ short/3D/PyLith/trunk/TODO	2011-06-04 22:50:51 UTC (rev 18543)
@@ -50,19 +50,23 @@
 
 * Step 6-9 in 3d/hex8 switch to HDF5 (update manual and examples) [CHARLES]
 
-* Use field split and global refinement for 3d/tet4. [BRAD]
-
 * HDF5 [BRAD]
 
 * global refinement [BRAD]
+  Add figure.
 
 * field split [BRAD]
-
     document what happens with field split and the null space
 
+* numerical damping
+
 * subduction example
 
+* Proofread
+  + 3d/tet4 (split into steps with field split and global refinement)
 
+
+
 ----------------------------------------
 MISCELLANEOUS
 ----------------------------------------

Modified: short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py	2011-06-04 22:49:59 UTC (rev 18542)
+++ short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py	2011-06-04 22:50:51 UTC (rev 18543)
@@ -81,4 +81,13 @@
     return
   
 
+# FACTORIES ////////////////////////////////////////////////////////////
+
+def mesh_refiner():
+  """
+  Factory associated with MeshRefiner.
+  """
+  return MeshRefiner()
+
+
 # End of file 



More information about the CIG-COMMITS mailing list