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

brad at geodynamics.org brad at geodynamics.org
Fri Feb 23 10:23:05 PST 2007


Author: brad
Date: 2007-02-23 10:23:05 -0800 (Fri, 23 Feb 2007)
New Revision: 6100

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

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2007-02-23 18:04:04 UTC (rev 6099)
+++ short/3D/PyLith/trunk/TODO	2007-02-23 18:23:05 UTC (rev 6100)
@@ -1,5 +1,15 @@
 MAIN PRIORITIES
 
+0. Create element families for materials.
+   a. Move quadrature component from Integrator to Material?
+      [Integrator will hold material; user configures quadrature w/material]
+   a. Create method in spatialdata for generating a trivial database.
+   b. In Formulation?, create an integrator for each "material"
+   c. C++ Material (1 per element family)
+      Holds physical properties
+      Initialize involves getting parameters from db
+   d. ExplicitElasticity gets density field from material's property manager
+
 1. Finish implementing ExplicitElasticity
    a. C++
    a. Python object
@@ -48,9 +58,6 @@
 QUESTIONS FOR MATT
 
 1. How do we create element families?
-  a. How should we identify materials? Assume field over elements or
-  groups of elements? LaGriT would be field over elements. Need to
-  check on what CUBIT does.
   b. How do we create boundary conditions given group of vertices
   (list of labels of vertices) corresponding to vertices associated
   with faces? Note: this is unique if we don't allow groups to have



More information about the cig-commits mailing list