[cig-commits] r9336 - short/3D/PyLith/trunk/tests/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Thu Feb 14 08:22:50 PST 2008


Author: brad
Date: 2008-02-14 08:22:50 -0800 (Thu, 14 Feb 2008)
New Revision: 9336

Modified:
   short/3D/PyLith/trunk/tests/3d/hex8/axial-small-tractions.cfg
   short/3D/PyLith/trunk/tests/3d/hex8/axialgenmax1-tract-8cells.cfg
Log:
Added settings for state-variable output. Removed BC id (obsolete).

Modified: short/3D/PyLith/trunk/tests/3d/hex8/axial-small-tractions.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/axial-small-tractions.cfg	2008-02-14 16:20:17 UTC (rev 9335)
+++ short/3D/PyLith/trunk/tests/3d/hex8/axial-small-tractions.cfg	2008-02-14 16:22:50 UTC (rev 9336)
@@ -30,7 +30,6 @@
 
 [pylithapp.timedependent.bc.z_neg]
 fixed_dof = [2]
-id = 2
 label = z_neg
 db = spatialdata.spatialdb.SimpleDB
 db.label = Dirichlet BC -z edge
@@ -38,7 +37,6 @@
 
 [pylithapp.timedependent.bc.x_neg]
 fixed_dof = [0]
-id = 3
 label = x_neg
 db = spatialdata.spatialdb.SimpleDB
 db.label = Dirichlet BC -x edge
@@ -46,7 +44,6 @@
 
 [pylithapp.timedependent.bc.x_pos]
 fixed_dof = [0]
-id = 4
 label = x_pos
 db = spatialdata.spatialdb.SimpleDB
 db.label = Dirichlet BC +x edge
@@ -54,7 +51,6 @@
 
 [pylithapp.timedependent.bc.y_neg]
 fixed_dof = [1]
-id = 5
 label = y_neg
 db = spatialdata.spatialdb.SimpleDB
 db.label = Dirichlet BC -y edge
@@ -62,7 +58,6 @@
 
 [pylithapp.timedependent.bc.y_pos]
 fixed_dof = [1]
-id = 6
 label = y_pos
 db = spatialdata.spatialdb.SimpleDB
 db.label = Dirichlet BC +y edge

Modified: short/3D/PyLith/trunk/tests/3d/hex8/axialgenmax1-tract-8cells.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/axialgenmax1-tract-8cells.cfg	2008-02-14 16:20:17 UTC (rev 9335)
+++ short/3D/PyLith/trunk/tests/3d/hex8/axialgenmax1-tract-8cells.cfg	2008-02-14 16:22:50 UTC (rev 9336)
@@ -36,3 +36,8 @@
 # ----------------------------------------------------------------------
 [pylithapp.problem.formulation.output.output.writer]
 filename = axialgenmax1-tract-8cells.vtk
+
+[pylithapp.timedependent.materials.material.output]
+cell_info_fields = [mu,lambda,density,Maxwell-time]
+cell_data_fields = [total-strain,viscous-strain,stress]
+writer.filename = axialgenmax1-tract-8cells-statevars.vtk



More information about the cig-commits mailing list