[cig-commits] r16708 - in short/3D/PyLith/trunk/examples/bar_shearwave: hex8 tet4 tri3

brad at geodynamics.org brad at geodynamics.org
Fri May 14 17:36:03 PDT 2010


Author: brad
Date: 2010-05-14 17:36:03 -0700 (Fri, 14 May 2010)
New Revision: 16708

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
Log:
Renamed bc.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2010-05-15 00:35:47 UTC (rev 16707)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2010-05-15 00:36:03 UTC (rev 16708)
@@ -46,8 +46,8 @@
 # Nondimensionalize problem using wave propagation parameters.
 normalizer = spatialdata.units.NondimElasticDynamic
 
-# Set bc to an array with 3 boundary conditions: 'x_neg', 'x_pos', and 'y_pos'.
-bc = [x_pos,x_neg,y_pos]
+# Set bc to an array with 3 boundary conditions: 'x_neg', 'x_pos', and 'all_nofault'.
+bc = [x_pos,x_neg,all_nofault]
 
 # Change the DirichletPoints BC to the AbsorbingDampers BC
 bc.x_pos = pylith.bc.AbsorbingDampers
@@ -118,7 +118,7 @@
 quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
-[pylithapp.timedependent.bc.y_pos]
+[pylithapp.timedependent.bc.all_nofault]
 # Dirichlet boundary condition on all vertices except fault vertices
 
 # Pin x and z degrees of freedom

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2010-05-15 00:35:47 UTC (rev 16707)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2010-05-15 00:36:03 UTC (rev 16708)
@@ -48,8 +48,8 @@
 # Nondimensionalize problem using wave propagation parameters.
 normalizer = spatialdata.units.NondimElasticDynamic
 
-# Set bc to an array with 3 boundary conditions: 'x_neg', 'x_pos', and 'y_pos'.
-bc = [x_pos,x_neg,y_pos]
+# Set bc to an array with 3 boundary conditions: 'x_neg', 'x_pos', and 'all_nofault'.
+bc = [x_pos,x_neg,all_nofault]
 
 # Change the DirichletPoints BC to the AbsorbingDampers BC
 bc.x_pos = pylith.bc.AbsorbingDampers
@@ -137,7 +137,7 @@
 quadrature.cell.shape = triangle
 quadrature.cell.quad_order = 2
 
-[pylithapp.timedependent.bc.y_pos]
+[pylithapp.timedependent.bc.all_nofault]
 # Dirichlet boundary condition on all vertices except fault vertices
 
 bc_dof = [0, 2]

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-05-15 00:35:47 UTC (rev 16707)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-05-15 00:36:03 UTC (rev 16708)
@@ -47,8 +47,8 @@
 # Nondimensionalize problem using wave propagation parameters.
 normalizer = spatialdata.units.NondimElasticDynamic
 
-# Set bc to an array with 3 boundary conditions: 'x_neg', 'x_pos', and 'y_pos'.
-bc = [x_pos,x_neg,y_pos]
+# Set bc to an array with 3 boundary conditions: 'x_neg', 'x_pos', and 'all_nofault'.
+bc = [x_pos,x_neg,all_nofault]
 
 # Change the DirichletPoints BC to the AbsorbingDampers BC
 bc.x_pos = pylith.bc.AbsorbingDampers
@@ -122,7 +122,7 @@
 quadrature.cell.shape = line
 quadrature.cell.quad_order = 2
 
-[pylithapp.timedependent.bc.y_pos]
+[pylithapp.timedependent.bc.all_nofault]
 # Dirichlet boundary condition on all vertices except fault vertices
 
 # Pin x and z degrees of freedom



More information about the CIG-COMMITS mailing list