[cig-commits] r16773 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205

surendra at geodynamics.org surendra at geodynamics.org
Sun May 23 19:40:58 PDT 2010


Author: surendra
Date: 2010-05-23 19:40:57 -0700 (Sun, 23 May 2010)
New Revision: 16773

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg
Log:
Added missing quadrature information for z_neg face of tpv205

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou	2010-05-24 02:01:35 UTC (rev 16772)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou	2010-05-24 02:40:57 UTC (rev 16773)
@@ -1,16 +1,16 @@
 # ----------------------------------------------------------------------
 # Create block
 # ----------------------------------------------------------------------
-# Block is 48.0 km x 24.0 km x 24.0 km
-# -24.0 km <= x <= 24.0 km
-# -12.0 km <= y <= 12.0 km
-# -24.0 km <= z <= 0.0 km
+# Block is 40.8 km x 20.4 km x 20.4 km
+# -20.4 km <= x <= 20.4 km
+# -10.2 km <= y <= 10.2 km
+# -20.4 km <= z <= 0.0 km
 #
 reset
-brick x 48000 y 24000 z 24000
+brick x 40800 y 20400 z 20400
 
 # Translate block so the top is at z=0
-volume 1 move x 0 y 0 z -24000
+volume 1 move x 0 y 0 z -10200
 
 # ----------------------------------------------------------------------
 # Create interface surfaces

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8.cfg	2010-05-24 02:01:35 UTC (rev 16772)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8.cfg	2010-05-24 02:40:57 UTC (rev 16773)
@@ -32,6 +32,10 @@
 quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
+[pylithapp.timedependent.bc.z_neg]
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 2
+quadrature.cell.quad_order = 2
 
 # ----------------------------------------------------------------------
 # faults

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.cfg	2010-05-24 02:01:35 UTC (rev 16772)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.cfg	2010-05-24 02:40:57 UTC (rev 16773)
@@ -21,15 +21,6 @@
 [pylithapp.problem.formulation.output.output]
 writer.filename = output/hex8_200m.vtk
 
-# Give basename for VTK domain output of solution over Off-fault stations.
-#[pylithapp.problem.formulation.output.subdomain]
-#label = 15 ; nodeset for subdomain
-#vertex_data_fields=[displacement,velocity]
-#output_freq = time_step
-#time_step = 0.04999*s
-#writer.filename = output/hex8_200m_OffFault.vtk
-#writer.time_format = %05.2f
-
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = output/hex8_200m-fault.vtk

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2010-05-24 02:01:35 UTC (rev 16772)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2010-05-24 02:40:57 UTC (rev 16773)
@@ -144,7 +144,7 @@
 [pylithapp.problem.formulation.output.output]
 vertex_data_fields=[displacement,velocity]
 output_freq = time_step
-time_step = 0.04999*s
+time_step = 12.0*s
 writer.time_format = %06.3f
 
 # Give basename for VTK fault output.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg	2010-05-24 02:01:35 UTC (rev 16772)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg	2010-05-24 02:40:57 UTC (rev 16773)
@@ -27,6 +27,10 @@
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
 
+[pylithapp.timedependent.bc.z_neg]
+quadrature.cell = pylith.feassemble.FIATSimplex
+quadrature.cell.shape = triangle
+
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list