[cig-commits] r11547 - short/3D/PyLith/trunk/examples/twocells/twohex8

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Mar 25 11:41:11 PDT 2008


Author: willic3
Date: 2008-03-25 11:41:11 -0700 (Tue, 25 Mar 2008)
New Revision: 11547

Modified:
   short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg
Log:
Put in options to output additional properties and state variables.



Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg	2008-03-25 16:47:32 UTC (rev 11546)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg	2008-03-25 18:41:11 UTC (rev 11547)
@@ -84,6 +84,8 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
+cell_data_fields = [total-strain,viscous-strain,stress]
+cell_info_fields = [mu,lambda,density,Maxwell-time]
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = axialdisp-statevars.vtk
 writer.time_format = %010.1f

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2008-03-25 16:47:32 UTC (rev 11546)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2008-03-25 18:41:11 UTC (rev 11547)
@@ -129,6 +129,8 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
+cell_data_fields = [total-strain,viscous-strain,stress]
+cell_info_fields = [mu,lambda,density,Maxwell-time]
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = dislocation-statevars.vtk
 writer.time_format = %010.1f

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg	2008-03-25 16:47:32 UTC (rev 11546)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg	2008-03-25 18:41:11 UTC (rev 11547)
@@ -83,6 +83,8 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
+cell_data_fields = [total-strain,viscous-strain,stress]
+cell_info_fields = [mu,lambda,density,Maxwell-time]
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = sheardisp-statevars.vtk
 writer.time_format = %010.1f



More information about the cig-commits mailing list