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

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Apr 1 12:17:10 PDT 2008


Author: willic3
Date: 2008-04-01 12:17:10 -0700 (Tue, 01 Apr 2008)
New Revision: 11708

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:
Changed material output options to conform to new format.



Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg	2008-04-01 19:17:06 UTC (rev 11707)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg	2008-04-01 19:17:10 UTC (rev 11708)
@@ -84,8 +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_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-04-01 19:17:06 UTC (rev 11707)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2008-04-01 19:17:10 UTC (rev 11708)
@@ -129,8 +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_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-04-01 19:17:06 UTC (rev 11707)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg	2008-04-01 19:17:10 UTC (rev 11708)
@@ -83,8 +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_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