[cig-commits] r17076 - short/3D/PyLith/trunk/examples/greensfns/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Aug 10 01:09:54 PDT 2010


Author: willic3
Date: 2010-08-10 01:09:54 -0700 (Tue, 10 Aug 2010)
New Revision: 17076

Modified:
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfoutput.cfg
Log:
Changed vertex_info_fields for fault, because default values don't work.



Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/gfoutput.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfoutput.cfg	2010-08-10 07:06:34 UTC (rev 17075)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfoutput.cfg	2010-08-10 08:09:54 UTC (rev 17076)
@@ -30,7 +30,7 @@
 
 # Give basename for vtk fault rupture output.
 [pylithapp.timedependent.interfaces.fault.output]
-vertex_info_fields = [final_slip,slip_time]
+vertex_info_fields = [normal_dir,strike_dir,dip_dir]
 skip = 0
 writer.filename = gfimpulses/gfimpulse.vtk
 writer.time_format = %04.0f



More information about the CIG-COMMITS mailing list