[cig-commits] r9324 - short/3D/PyLith/trunk/examples/twocells/twotri3

brad at geodynamics.org brad at geodynamics.org
Wed Feb 13 15:54:55 PST 2008


Author: brad
Date: 2008-02-13 15:54:55 -0800 (Wed, 13 Feb 2008)
New Revision: 9324

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

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2008-02-13 23:54:35 UTC (rev 9323)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2008-02-13 23:54:55 UTC (rev 9324)
@@ -53,6 +53,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/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2008-02-13 23:54:35 UTC (rev 9323)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2008-02-13 23:54:55 UTC (rev 9324)
@@ -101,10 +101,14 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-# Give basename for vtk output.
+# Give basename for VTK 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/twotri3/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg	2008-02-13 23:54:35 UTC (rev 9323)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg	2008-02-13 23:54:55 UTC (rev 9324)
@@ -85,5 +85,10 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
+# Give basename for VTK output of solution over domain.
 [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