[cig-commits] r16671 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d

surendra at geodynamics.org surendra at geodynamics.org
Sat May 8 19:17:11 PDT 2010


Author: surendra
Date: 2010-05-08 19:17:11 -0700 (Sat, 08 May 2010)
New Revision: 16671

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg
Log:
Removed absorbing BC for top layer of tpv10-2d.  This nodeset should be free surface

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg	2010-05-09 00:29:21 UTC (rev 16670)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg	2010-05-09 02:17:11 UTC (rev 16671)
@@ -54,13 +54,12 @@
 #normalizer.shear_wave_speed = 1.0*m/s
 #normalizer.wave_period = 1.0*s
  
-bc = [x_neg,x_pos,y_neg,y_pos]
+bc = [x_neg,x_pos,y_neg]
 
 # Change the DirichletPoints BC to the AbsorbingDampers BC
 bc.x_neg = pylith.bc.AbsorbingDampers
 bc.x_pos = pylith.bc.AbsorbingDampers
 bc.y_neg = pylith.bc.AbsorbingDampers
-bc.y_pos = pylith.bc.AbsorbingDampers
 
 [pylithapp.timedependent.formulation.time_step]
 total_time = 15.01*s
@@ -97,11 +96,6 @@
 db.label = Absorbing BC -x
 db.iohandler.filename = matprops.spatialdb
 
-[pylithapp.timedependent.bc.y_pos]
-label = 13
-db.label = Absorbing BC +y
-db.iohandler.filename = matprops.spatialdb
-
 [pylithapp.timedependent.bc.y_neg]
 label = 14
 db.label = Absorbing BC -y

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg	2010-05-09 00:29:21 UTC (rev 16670)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg	2010-05-09 02:17:11 UTC (rev 16671)
@@ -34,11 +34,6 @@
 quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
-[pylithapp.timedependent.bc.y_pos]
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 1
-quadrature.cell.quad_order = 2
-
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg	2010-05-09 00:29:21 UTC (rev 16670)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg	2010-05-09 02:17:11 UTC (rev 16671)
@@ -31,10 +31,6 @@
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
 
-[pylithapp.timedependent.bc.y_pos]
-quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
-
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line



More information about the CIG-COMMITS mailing list