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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Aug 13 16:35:42 PDT 2009


Author: willic3
Date: 2009-08-13 16:35:42 -0700 (Thu, 13 Aug 2009)
New Revision: 15542

Modified:
   short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg
Log:
Fixed problem in .cfg file.
Problem now runs with 1 fault, but not with 2.



Modified: short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg	2009-08-13 03:25:55 UTC (rev 15541)
+++ short/3D/PyLith/trunk/playpen/faultfaces/test/pylithapp.cfg	2009-08-13 23:35:42 UTC (rev 15542)
@@ -45,6 +45,7 @@
 normalizer.length_scale = 1.0*m
 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]
 
@@ -98,11 +99,13 @@
 quadrature.cell.shape = triangle
 use_fault_mesh = True
 fault_mesh_filename = fault_surf_003a.inp
-output.vertex_info_fields = [normal_dir,strike_dir,dip_dir,final_slip,slip_time]
+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
 
+#Uncomment the following lines to include second fault.
 #[pylithapp.timedependent.interfaces.f005]
 #label = f005
 #id = 1005
@@ -110,7 +113,8 @@
 #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,slip_time]
+#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
@@ -125,6 +129,7 @@
 [pylithapp.timedependent.interfaces.f003.output.writer]
 filename = tets-f003.vtk
 
+#Uncomment the following lines to include second fault.
 #[pylithapp.timedependent.interfaces.f005.output.writer]
 #filename = tets-f005.vtk
 



More information about the CIG-COMMITS mailing list