[cig-commits] r8286 - short/3D/PyLith/trunk/tests/1d/line2

brad at geodynamics.org brad at geodynamics.org
Tue Nov 13 10:32:01 PST 2007


Author: brad
Date: 2007-11-13 10:32:00 -0800 (Tue, 13 Nov 2007)
New Revision: 8286

Modified:
   short/3D/PyLith/trunk/tests/1d/line2/dislocation_dyn.cfg
Log:
Updated test to use absorbing boundary.

Modified: short/3D/PyLith/trunk/tests/1d/line2/dislocation_dyn.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/1d/line2/dislocation_dyn.cfg	2007-11-13 01:18:16 UTC (rev 8285)
+++ short/3D/PyLith/trunk/tests/1d/line2/dislocation_dyn.cfg	2007-11-13 18:32:00 UTC (rev 8286)
@@ -36,6 +36,7 @@
 dimension = 1
 formulation = pylith.problems.Explicit
 bc = pylith.bc.BCSingle
+bc.bc = pylith.bc.AbsorbingDampers
 interfaces = pylith.faults.SingleFault
 
 # ----------------------------------------------------------------------
@@ -56,12 +57,15 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.bc]
-#fixed_dof = [0]
-#id = 10
-#label = end points
-#db.label = Dirichlet BC
-#db.iohandler.filename = dislocation_disp.spatialdb
+id = 10
+label = end points
+db.label = Absorbing BC
+db.iohandler.filename = matprops.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature0D
+quadrature.cell.shape = point
+quadrature.cell.quad_order = 1
 
+
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------



More information about the cig-commits mailing list