[cig-commits] r9322 - short/3D/PyLith/trunk/examples/twocells/twoquad4

brad at geodynamics.org brad at geodynamics.org
Wed Feb 13 14:55:30 PST 2008


Author: brad
Date: 2008-02-13 14:55:30 -0800 (Wed, 13 Feb 2008)
New Revision: 9322

Modified:
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg
Log:
Added setting filename for state variable output.

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg	2008-02-13 22:55:03 UTC (rev 9321)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg	2008-02-13 22:55:30 UTC (rev 9322)
@@ -105,6 +105,10 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-# Give basename for vtk output.
+# Give basename for VTK output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
 filename = axialdisp.vtk
+
+# Give basename for VTK output of state variables.
+[pylithapp.timedependent.materials.material.output.writer]
+filename = axialdisp-statevars.vtk

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2008-02-13 22:55:03 UTC (rev 9321)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2008-02-13 22:55:30 UTC (rev 9322)
@@ -117,10 +117,14 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-# Give basename for vtk domain output.
+# Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
 filename = dislocation.vtk
 
-# Give basename for vtk fault output.
+# Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output.writer]
 filename = dislocation-fault.vtk
+
+# Give basename for VTK output of state variables.
+[pylithapp.timedependent.materials.material.output.writer]
+filename = dislocation-statevars.vtk

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg	2008-02-13 22:55:03 UTC (rev 9321)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg	2008-02-13 22:55:30 UTC (rev 9322)
@@ -86,3 +86,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.problem.formulation.output.output.writer]
 filename = sheardisp.vtk
+
+# Give basename for VTK output of state variables.
+[pylithapp.timedependent.materials.material.output.writer]
+filename = sheardisp-statevars.vtk



More information about the cig-commits mailing list