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

brad at geodynamics.org brad at geodynamics.org
Sun Jan 13 12:26:02 PST 2008


Author: brad
Date: 2008-01-13 12:26:02 -0800 (Sun, 13 Jan 2008)
New Revision: 9004

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

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2008-01-13 20:10:09 UTC (rev 9003)
+++ short/3D/PyLith/trunk/TODO	2008-01-13 20:26:02 UTC (rev 9004)
@@ -7,20 +7,25 @@
   1. Finish Neumann BC [CHARLES]
 
   2. Reimplement SolutionIO [BRAD & MATT]
-     a. C++ OutputManager
-     b. VertexFilter, CellFilter
-     b. Bindings for OutputManager, DataWriter, DataWriterVTK
-     c. SolutionOutput, SolutionSubsetOutput, DirichletOutput
-     d. DataWriter/DataWriterVTK
-       (1) Replace use of PetscViewer with extraction to arrays so that 
-           DataWriters can be generalized.
-     e. FaultOutput
-        Need fault mesh associated with fields over fault [MATT?]
-     f. CellFilterAvg
-        Average data over quadrature points
-     g. VertexFilterCells
-        Zero out data for vertices not in normal cells
-     g. NeumannOutput
+     a. Implement solution output for full mesh
+        i. C++ OutputManager
+        ii. Bindings for OutputManager, DataWriter, DataWriterVTK
+     b. Implement output of fault data.
+        i. Translation of field names to section labels.
+        ii. Compatibility of fault mesh and sections defined over fault.
+        iii. FaultCohesiveKin: writeInfo(),writeTimeStep()
+     c. Implement output of material information.
+        i. CellFilterAvg (average data over quadrature points)
+     d. Implement output of Neumann information.
+        i. BoundaryCondition::writeInfo()?
+     e. Implement output of Dirichlet information.
+        i. DirichletBoundary versus DirichletPoints
+     f. Implement output of solution subset (ground surface).
+        i. OutputSubdomain
+        ii. OutputPoints
+     g. OutputManager/DataWriter
+        i. Implement support for writing vertex coordinates in another 
+           coordinate system.
      h. DataWriterHDF5
 
      Use Cases
@@ -93,6 +98,9 @@
       Replace Dirichlet BC with BC that has u(t) = u0 + u1*t?
       Default u0 and u1 would be 0.
 
+      DirichletBoundary
+      DifichletPoints
+
   5. Generalized Maxwell viscoelastic model [CHARLES]
 
 General



More information about the cig-commits mailing list