[cig-commits] r16058 - short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8

surendra at geodynamics.org surendra at geodynamics.org
Mon Nov 30 12:14:51 PST 2009


Author: surendra
Date: 2009-11-30 12:14:51 -0800 (Mon, 30 Nov 2009)
New Revision: 16058

Modified:
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/compression.cfg
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/opening.cfg
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-sliding.cfg
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-stick.cfg
Log:
Enabled fault output for twohex8 (3D) friction examples

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/compression.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/compression.cfg	2009-11-30 20:03:59 UTC (rev 16057)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/compression.cfg	2009-11-30 20:14:51 UTC (rev 16058)
@@ -177,8 +177,7 @@
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = twohex8-axial-fault.vtk
-vertex_info_fields = []
-vertex_data_fields = []
+vertex_info_fields = [strike_dir,normal_dir,dip_dir,initial_traction]
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/opening.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/opening.cfg	2009-11-30 20:03:59 UTC (rev 16057)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/opening.cfg	2009-11-30 20:14:51 UTC (rev 16058)
@@ -155,8 +155,7 @@
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = twohex8-opening-fault.vtk
-vertex_info_fields = []
-vertex_data_fields = []
+vertex_info_fields = [strike_dir,normal_dir,dip_dir,initial_traction]
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-sliding.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-sliding.cfg	2009-11-30 20:03:59 UTC (rev 16057)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-sliding.cfg	2009-11-30 20:14:51 UTC (rev 16058)
@@ -157,8 +157,7 @@
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = twohex8-shear-sliding-fault.vtk
-vertex_info_fields = []
-vertex_data_fields = []
+vertex_info_fields = [strike_dir,normal_dir,dip_dir,initial_traction]
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-stick.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-stick.cfg	2009-11-30 20:03:59 UTC (rev 16057)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8/shear-stick.cfg	2009-11-30 20:14:51 UTC (rev 16058)
@@ -168,8 +168,7 @@
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = twohex8-shear-stick-fault.vtk
-vertex_info_fields = []
-vertex_data_fields = []
+vertex_info_fields = [strike_dir,normal_dir,dip_dir,initial_traction]
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]



More information about the CIG-COMMITS mailing list