[cig-commits] r11413 - in cs/benchmark/cigma/trunk: . src

luis at geodynamics.org luis at geodynamics.org
Wed Mar 12 11:03:04 PDT 2008


Author: luis
Date: 2008-03-12 11:03:03 -0700 (Wed, 12 Mar 2008)
New Revision: 11413

Modified:
   cs/benchmark/cigma/trunk/TODO
   cs/benchmark/cigma/trunk/src/TODO
Log:
Trivial change for testing remote repository


Modified: cs/benchmark/cigma/trunk/TODO
===================================================================
--- cs/benchmark/cigma/trunk/TODO	2008-03-12 18:03:00 UTC (rev 11412)
+++ cs/benchmark/cigma/trunk/TODO	2008-03-12 18:03:03 UTC (rev 11413)
@@ -1,5 +1,5 @@
 ---high-----------------------------------------------------------------------
-Re-enable the cigma buildbot -- done
+Check all usage messages and make sure they're complete
 Write test case for Quad::jacobian() function (interpolation works fine in TestQuad.cpp...)
 Debug the crash in ~QuadraturePoints() destructor  -- (who is managing the data?)
 Switch to boost's smart_ptr, shared_ptr, weak_ptr for managing most array allocs/refs

Modified: cs/benchmark/cigma/trunk/src/TODO
===================================================================
--- cs/benchmark/cigma/trunk/src/TODO	2008-03-12 18:03:00 UTC (rev 11412)
+++ cs/benchmark/cigma/trunk/src/TODO	2008-03-12 18:03:03 UTC (rev 11413)
@@ -19,6 +19,8 @@
     compare(FE_Field, QuadraturePoints)
     compare(FE_Field, PointField)
 
+Test disloc3d function
+
 Detect --version in CommandSet::main(), like we do with --help
 Add --debug flag to Command class, to enable debug messages
 
@@ -74,6 +76,7 @@
 delete VtkUgReader (replaced by VtkReader)
 delete VtkUgSimpleWriter (replaced by VtkWriter)
 
+
 vtkls
 vtktoh5
 txttoh5
@@ -169,7 +172,10 @@
 
 ---normal---------------------------------------------------------------------
 
+Move utilities to their own directory
+
 Python wrappers around the relevant C++ code
+    (use freeze.py and load from string to avoid PYTHONPATH problems)
 
 Work on FiatProxy (use as namespace for python module)
 Work on FiatQuadrature class (uses FiatProxy class to communicate with fiat python module)



More information about the cig-commits mailing list