[cig-commits] r16928 - short/3D/PyLith/trunk/examples/3d/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Jun 8 02:26:09 PDT 2010


Author: willic3
Date: 2010-06-08 02:26:09 -0700 (Tue, 08 Jun 2010)
New Revision: 16928

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg
Log:
Moved some stuff into a more logical order and removed redundant parameter.



Modified: short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg	2010-06-08 09:24:57 UTC (rev 16927)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg	2010-06-08 09:26:09 UTC (rev 16928)
@@ -132,10 +132,6 @@
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
 
-# Due to the complex time history used for the fault, a number of additional
-# info fields are available.
-output.vertex_info_fields = [normal_dir,strike_dir,dip_dir,final_slip_creep,final_slip_one,final_slip_two,final_slip_three,slip_time_creep,slip_time_one,slip_time_two,slip_time_three]
-
 # Set earthquake sources to an array consisting of creep and 3 ruptures.
 eq_srcs = [creep,one,two,three]
 eq_srcs.creep.origin_time = 00.0*year
@@ -161,10 +157,14 @@
 # Define slip rate and origin time for fault creep.
 [pylithapp.timedependent.interfaces.fault.eq_srcs.creep]
 slip_function = pylith.faults.ConstRateSlipFn
-origin_time = 0.0*s
 slip_function.slip_rate.iohandler.filename = spatialdb/sliprate_creep.spatialdb
 slip_function.slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
+# Due to the complex time history used for the fault, a number of additional
+# info fields are available.
+[pylithapp.timedependent.interfaces.fault]
+output.vertex_info_fields = [normal_dir,strike_dir,dip_dir,final_slip_creep,final_slip_one,final_slip_two,final_slip_three,slip_time_creep,slip_time_one,slip_time_two,slip_time_three]
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list