[cig-commits] r16871 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210

brad at geodynamics.org brad at geodynamics.org
Wed Jun 2 14:42:29 PDT 2010


Author: brad
Date: 2010-06-02 14:42:29 -0700 (Wed, 02 Jun 2010)
New Revision: 16871

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
Log:
Added ground surface to output.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2010-06-02 19:48:12 UTC (rev 16870)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2010-06-02 21:42:29 UTC (rev 16871)
@@ -64,8 +64,9 @@
 
 
 [pylithapp.timedependent.formulation]
-output = [domain,subdomain]
-output.subdomain = pylith.meshio.OutputSolnSubset
+output = [groundsurf,offfault]
+output.groundsurf = pylith.meshio.OutputSolnSubset
+output.offfault = pylith.meshio.OutputSolnSubset
 
 
 # ----------------------------------------------------------------------
@@ -136,20 +137,23 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
-[pylithapp.problem.formulation.output.domain]
-vertex_data_fields=[]
+# Ground surface
+[pylithapp.problem.formulation.output.groundsurf]
+label = face_zpos
+vertex_data_fields=[displacement,velocity]
 output_freq = time_step
+time_step = 0.04999*s
 writer.time_format = %06.3f
 
-[pylithapp.problem.formulation.output.subdomain]
-label = off_fault ; nodeset for subdomain
+# Off-fault locations not on ground surface
+[pylithapp.problem.formulation.output.offault]
+label = off_fault
 vertex_data_fields=[displacement,velocity]
 output_freq = time_step
 time_step = 0.04999*s
 writer.time_format = %06.3f
 
-# Give basename for VTK fault output.
+# fault
 [pylithapp.timedependent.interfaces.fault.output]
 vertex_info_fields = [strike_dir,normal_dir,initial_traction]
 vertex_data_fields = [slip,slip_rate,traction]
@@ -157,7 +161,7 @@
 time_step = 0.04999*s
 writer.time_format = %06.3f
 
-# Give basename for VTK output of state variables.
+# State variables.
 [pylithapp.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step



More information about the CIG-COMMITS mailing list