[cig-commits] r18471 - short/3D/PyLith/trunk/tests/2d/frictionslide

brad at geodynamics.org brad at geodynamics.org
Thu May 26 17:00:05 PDT 2011


Author: brad
Date: 2011-05-26 17:00:05 -0700 (Thu, 26 May 2011)
New Revision: 18471

Modified:
   short/3D/PyLith/trunk/tests/2d/frictionslide/pylithapp.cfg
Log:
Removed superfluous BC from friction test.

Modified: short/3D/PyLith/trunk/tests/2d/frictionslide/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/frictionslide/pylithapp.cfg	2011-05-26 22:40:42 UTC (rev 18470)
+++ short/3D/PyLith/trunk/tests/2d/frictionslide/pylithapp.cfg	2011-05-27 00:00:05 UTC (rev 18471)
@@ -42,7 +42,7 @@
 normalizer.length_scale = 1.0*m
 normalizer.relaxation_time = 1.0*s
 
-bc = [xpos,xneg,ypos,yneg]
+bc = [ypos,yneg]
 interfaces = [fault]
 materials = [elastic]
 
@@ -75,8 +75,6 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc]
-xpos = pylith.bc.Neumann
-xneg = pylith.bc.Neumann
 ypos = pylith.bc.DirichletBC
 yneg = pylith.bc.DirichletBC
 
@@ -96,32 +94,6 @@
 db_rate.values = [displacement-rate-x,displacement-rate-y,rate-start-time]
 db_rate.data = [1.0e-6*m/s, 0.0*m/s, 0.0*s]
 
-# Neumann BC on +x
-[pylithapp.timedependent.bc.xpos]
-label = xpos
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 1
-quadrature.cell.quad_order = 2
-
-db_initial = spatialdata.spatialdb.UniformDB
-db_initial.label = Neumann BC on +x
-db_initial.values = [traction-shear, traction-normal]
-db_initial.data = [0.0*MPa, 0.0*MPa]
-
-
-# Neumann BC on -x
-[pylithapp.timedependent.bc.xneg]
-label = xneg
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 1
-quadrature.cell.quad_order = 2
-
-db_initial = spatialdata.spatialdb.UniformDB
-db_initial.label = Neumann BC on -x
-db_initial.values = [traction-shear, traction-normal]
-db_initial.data = [0.0*MPa, 0.0*MPa]
-
-
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list