[cig-commits] r20269 - in short/3D/PyLith/branches/v1.7-trunk/examples: 3d/hex8 twocells/twoquad4

brad at geodynamics.org brad at geodynamics.org
Fri Jun 1 10:19:01 PDT 2012


Author: brad
Date: 2012-06-01 10:19:01 -0700 (Fri, 01 Jun 2012)
New Revision: 20269

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step18.cfg
   short/3D/PyLith/branches/v1.7-trunk/examples/twocells/twoquad4/axialtract.cfg
Log:
Updated output field settings.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step18.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step18.cfg	2012-06-01 17:11:43 UTC (rev 20268)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step18.cfg	2012-06-01 17:19:01 UTC (rev 20269)
@@ -104,7 +104,7 @@
 # Use linear interpolation
 db_initial.query_type = linear
 
-output.cell_info_fields = [initial-value]
+output.cell_info_fields = [initial_value]
 output.writer.filename = output/step18-traction.vtk
 output.cell_filter = pylith.meshio.CellFilterAvgSubMesh
 

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/twocells/twoquad4/axialtract.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/twocells/twoquad4/axialtract.cfg	2012-06-01 17:11:43 UTC (rev 20268)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/twocells/twoquad4/axialtract.cfg	2012-06-01 17:19:01 UTC (rev 20269)
@@ -169,7 +169,7 @@
 
 # Give basename for VTK output of traction BC information.
 [pylithapp.timedependent.bc.x_pos.output]
-cell_info_fields = [initial-value]
+cell_info_fields = [initial_value]
 writer.filename = axialtract-tractions.vtk
 
 # Give basename for VTK fault output.



More information about the CIG-COMMITS mailing list