[cig-commits] r7424 - short/3D/PyLith/trunk/examples/twocells/twotet4

willic3 at geodynamics.org willic3 at geodynamics.org
Sat Jun 23 12:58:24 PDT 2007


Author: willic3
Date: 2007-06-23 12:58:23 -0700 (Sat, 23 Jun 2007)
New Revision: 7424

Modified:
   short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg
Log:
Forgot to switch to elastic material in main .cfg file.



Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg	2007-06-23 19:56:40 UTC (rev 7423)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg	2007-06-23 19:58:23 UTC (rev 7424)
@@ -63,14 +63,14 @@
 # materials
 # ----------------------------------------------------------------------
 # Specify the material information for the problem.
-# The material type is 3D isotropic Maxwell viscoelastic.
+# The material type is 3D isotropic elastic.
 [pylithapp.timedependent.materials]
-material = pylith.materials.MaxwellIsotropic3D
+material = pylith.materials.ElasticIsotropic3D
 
 [pylithapp.timedependent.materials.material]
 
-# We give a label of 'Maxwell viscoelastic material' to this material.
-label = Maxwell viscoelastic material
+# We give a label of 'Elastic material' to this material.
+label = Elastic material
 
 # The cells associated with this material are given a material ID of 1
 # in the mesh file.



More information about the cig-commits mailing list