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

brad at geodynamics.org brad at geodynamics.org
Tue Nov 8 17:51:16 PST 2011


Author: brad
Date: 2011-11-08 17:51:16 -0800 (Tue, 08 Nov 2011)
New Revision: 19163

Modified:
   short/3D/PyLith/trunk/TODO
Log:
Updated TODO.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-11-08 20:20:46 UTC (rev 19162)
+++ short/3D/PyLith/trunk/TODO	2011-11-09 01:51:16 UTC (rev 19163)
@@ -10,15 +10,10 @@
 
 * Module building
 
-  + We want the _wrap.cxx files to work independent of PETSC_ARCH
-    specific details. This was try until we included petscconf.h in
-    pylithtypes.i to resolve single/double precision issues.
+  + We want the _wrap.cxx files to work independent of PyLith and
+    PETSc configure options (for example, with/without HDF5 and
+    single/double precision).
 
-* GPU utilization
-
-  + Implicit elasticity finite-element integration
-  + Explicit elasticity finite-element integration
-
 * Green's functions
 
 * 2-D materials
@@ -36,6 +31,15 @@
   Need to redo Maxwell time calculation. Use ratio.
   Create benchmark for test (compare against fk)
 
+* GPU utilization
+
+  Modeled on snes/examples/tutorials/ex52.
+
+  Refactor integration routine so that it uses batches rather than individual cells.
+
+  + Implicit elasticity finite-element integration
+  + Explicit elasticity finite-element integration
+
 * Reimplement parameters to use PackedFields. [BRAD]
 
     Fields



More information about the CIG-COMMITS mailing list