[cig-commits] r15547 - short/3D/PyLith/trunk/playpen/faultfaces/test

brad at geodynamics.org brad at geodynamics.org
Sun Aug 16 15:34:28 PDT 2009


Author: brad
Date: 2009-08-16 15:34:28 -0700 (Sun, 16 Aug 2009)
New Revision: 15547

Modified:
   short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg
Log:
Updated to use 2 faults.

Modified: short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg	2009-08-16 22:23:38 UTC (rev 15546)
+++ short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg	2009-08-16 22:34:28 UTC (rev 15547)
@@ -46,8 +46,8 @@
 formulation = pylith.problems.Implicit
 bc = [x_neg]
 # Switch the following 2 lines to get 2 faults, plus changes noted below.
-#interfaces = [f003,f005]
-interfaces = [f003]
+interfaces = [f003,f005]
+#interfaces = [f003]
 
 [pylithapp.timedependent.implicit]
 output = [domain]
@@ -106,18 +106,18 @@
 slip_time.iohandler.filename = sliptime.spatialdb
 
 #Uncomment the following lines to include second fault.
-#[pylithapp.timedependent.interfaces.f005]
-#label = f005
-#id = 1005
-#quadrature.cell = pylith.feassemble.FIATSimplex
-#quadrature.cell.shape = triangle
-#use_fault_mesh = True
-#fault_mesh_filename = fault_surf_005a.inp
-#output.vertex_info_fields = [normal_dir,strike_dir,dip_dir,final_slip_rupture,slip_time_rupture]
-#output.vertex_data_fields = [slip,traction_change]
-#[pylithapp.timedependent.interfaces.f005.eq_srcs.rupture.slip_function]
-#slip.iohandler.filename = f005.spatialdb
-#slip_time.iohandler.filename = sliptime.spatialdb
+[pylithapp.timedependent.interfaces.f005]
+label = f005
+id = 1005
+quadrature.cell = pylith.feassemble.FIATSimplex
+quadrature.cell.shape = triangle
+use_fault_mesh = True
+fault_mesh_filename = fault_surf_005a.inp
+output.vertex_info_fields = [normal_dir,strike_dir,dip_dir,final_slip_rupture,slip_time_rupture]
+output.vertex_data_fields = [slip,traction_change]
+[pylithapp.timedependent.interfaces.f005.eq_srcs.rupture.slip_function]
+slip.iohandler.filename = f005.spatialdb
+slip_time.iohandler.filename = sliptime.spatialdb
 
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list