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

brad at geodynamics.org brad at geodynamics.org
Tue Aug 25 17:18:22 PDT 2009


Author: brad
Date: 2009-08-25 17:18:22 -0700 (Tue, 25 Aug 2009)
New Revision: 15593

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

Modified: short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg	2009-08-25 23:27:06 UTC (rev 15592)
+++ short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg	2009-08-26 00:18:22 UTC (rev 15593)
@@ -1,6 +1,6 @@
 # -*- Python -*-
 [pylithapp]
-nodes = 4
+#nodes = 4
 
 # ----------------------------------------------------------------------
 # journal
@@ -47,7 +47,8 @@
 formulation = pylith.problems.Implicit
 bc = [x_neg]
 # Switch the following 2 lines to get 2 faults, plus changes noted below.
-interfaces = [f003,f005,f003b,f003c]
+#interfaces = [f003,f005,f003b,f003c]
+interfaces = [f003b,f003c]
 
 [pylithapp.timedependent.implicit]
 output = [domain]
@@ -94,31 +95,31 @@
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
-[pylithapp.timedependent.interfaces.f003]
-label = f003
-id = 1003
-quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
-use_fault_mesh = True
-fault_mesh_filename = fault_surf_003a_1.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.f003.eq_srcs.rupture.slip_function]
-slip.iohandler.filename = f003.spatialdb
-slip_time.iohandler.filename = sliptime.spatialdb
+#[pylithapp.timedependent.interfaces.f003]
+#label = f003
+#id = 1003
+#quadrature.cell = pylith.feassemble.FIATSimplex
+#quadrature.cell.shape = triangle
+#use_fault_mesh = True
+#fault_mesh_filename = fault_surf_003a_1.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.f003.eq_srcs.rupture.slip_function]
+#slip.iohandler.filename = f003.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_1.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_1.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.f003b]
 label = f003b
@@ -153,11 +154,11 @@
 [pylithapp.problem.formulation.output.domain.writer]
 filename = tets.vtk
 
-[pylithapp.timedependent.interfaces.f003.output.writer]
-filename = tets-f003.vtk
+#[pylithapp.timedependent.interfaces.f003.output.writer]
+#filename = tets-f003.vtk
 
-[pylithapp.timedependent.interfaces.f005.output.writer]
-filename = tets-f005.vtk
+#[pylithapp.timedependent.interfaces.f005.output.writer]
+#filename = tets-f005.vtk
 
 [pylithapp.timedependent.interfaces.f003b.output.writer]
 filename = tets-f003b.vtk



More information about the CIG-COMMITS mailing list