[cig-commits] r15316 - in short/3D/PyLith/trunk: examples/3d/hex8 examples/3d/tet4 examples/bar_shearwave/hex8 examples/bar_shearwave/quad4 examples/bar_shearwave/tet4 examples/bar_shearwave/tri3 examples/greensfns/hex8 examples/twocells/twohex8 examples/twocells/twoquad4 examples/twocells/twotet4 examples/twocells/twotet4-geoproj examples/twocells/twotri3 pylith/bc tests/1d/line2 tests/1d/line3 tests/2d/quad4 tests/2d/tri3 tests/2d/twofaults_quad4

brad at geodynamics.org brad at geodynamics.org
Wed Jun 17 09:18:15 PDT 2009


Author: brad
Date: 2009-06-17 09:18:13 -0700 (Wed, 17 Jun 2009)
New Revision: 15316

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
   short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg
   short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py
   short/3D/PyLith/trunk/tests/1d/line2/axialextension.cfg
   short/3D/PyLith/trunk/tests/1d/line2/dislocation.cfg
   short/3D/PyLith/trunk/tests/1d/line3/axialextension.cfg
   short/3D/PyLith/trunk/tests/1d/line3/dislocation.cfg
   short/3D/PyLith/trunk/tests/2d/quad4/axialdisp.cfg
   short/3D/PyLith/trunk/tests/2d/quad4/dislocation.cfg
   short/3D/PyLith/trunk/tests/2d/quad4/dislocation2.cfg
   short/3D/PyLith/trunk/tests/2d/quad4/sheardisp.cfg
   short/3D/PyLith/trunk/tests/2d/tri3/axialdisp.cfg
   short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg
   short/3D/PyLith/trunk/tests/2d/tri3/dislocation2.cfg
   short/3D/PyLith/trunk/tests/2d/tri3/sheardisp.cfg
   short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_para.cfg
   short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_perp.cfg
Log:
Updated Dirichlet BC setting to use bc_dof instead of fixed_dof (need consistency with point force BC).

Modified: short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -44,17 +44,17 @@
 # The label corresponds to the nodeset ID in CUBIT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 11
 db_initial.label = Dirichlet BC on +x
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 12
 db_initial.label = Dirichlet BC on -x
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 label = 16
 db_initial.label = Dirichlet BC on -z
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -45,27 +45,27 @@
 # The label corresponds to the nodeset ID in CUBIT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0]
+bc_dof = [0]
 label = 11
 db_initial.label = Dirichlet BC on +x
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0]
+bc_dof = [0]
 label = 12
 db_initial.label = Dirichlet BC on -x
 
 [pylithapp.timedependent.bc.y_pos]
-fixed_dof = [1]
+bc_dof = [1]
 label = 13
 db_initial.label = Dirichlet BC on +y
 
 [pylithapp.timedependent.bc.y_neg]
-fixed_dof = [1]
+bc_dof = [1]
 label = 14
 db_initial.label = Dirichlet BC on -y
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 label = 15
 db_initial.label = Dirichlet BC on -z
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -51,27 +51,27 @@
 # The label corresponds to the nodeset ID in CUBIT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0]
+bc_dof = [0]
 label = 11
 db_initial.label = Dirichlet BC on +x
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0]
+bc_dof = [0]
 label = 12
 db_initial.label = Dirichlet BC on -x
 
 [pylithapp.timedependent.bc.y_pos]
-fixed_dof = [1]
+bc_dof = [1]
 label = 13
 db_initial.label = Dirichlet BC on +y
 
 [pylithapp.timedependent.bc.y_neg]
-fixed_dof = [1]
+bc_dof = [1]
 label = 14
 db_initial.label = Dirichlet BC on -y
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 label = 15
 db_initial.label = Dirichlet BC on -z
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -67,7 +67,7 @@
 # The label corresponds to the nodeset ID in CUBIT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 11
 db_initial.label = Dirichlet BC on +x
 db_rate = spatialdata.spatialdb.UniformDB
@@ -76,7 +76,7 @@
 db_rate.data = [0.0*cm/year,-1.0*cm/year,0.0*cm/year]
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 12
 db_initial.label = Dirichlet BC on -x
 db_rate = spatialdata.spatialdb.UniformDB
@@ -85,7 +85,7 @@
 db_rate.data = [0.0*cm/year,+1.0*cm/year,0.0*cm/year]
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 label = 16
 db_initial.label = Dirichlet BC on -z
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -41,21 +41,21 @@
 # The label corresponds to the nodeset ID in CUBIT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 11
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC on +x
 db_initial.iohandler.filename = fixeddisp_shear.spatialdb
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 12
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC on -x
 db_initial.iohandler.filename = fixeddisp_shear.spatialdb
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 label = 15
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC on -z

Modified: short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -46,12 +46,12 @@
 # The label corresponds to the label in LaGriT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 label = boundary_xp
 db_initial.label = Dirichlet BC on +x
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 label = boundary_xm
 db_initial.label = Dirichlet BC on -x
 

Modified: short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -41,21 +41,21 @@
 # The label corresponds to the name of the pset in LaGriT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = boundary_xp
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC on +x
 db_initial.iohandler.filename = fixeddisp_shear.spatialdb
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = boundary_xm
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC on -x
 db_initial.iohandler.filename = fixeddisp_shear.spatialdb
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 label = boundary_zm
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC on -z

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -117,7 +117,7 @@
 # Dirichlet boundary condition on all vertices except fault vertices
 
 # Pin x and z degrees of freedom
-fixed_dof = [0, 2]
+bc_dof = [0, 2]
 
 # Nodeset id from CUBIT
 label = 13

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -121,7 +121,7 @@
 # Dirichlet boundary condition on all vertices except fault vertices
 
 # Pin x and z degrees of freedom
-fixed_dof = [0]
+bc_dof = [0]
 
 # Nodeset id from CUBIT
 label = 13

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -135,7 +135,7 @@
 [pylithapp.timedependent.bc.y_pos]
 # Dirichlet boundary condition on all vertices except fault vertices
 
-fixed_dof = [0, 2]
+bc_dof = [0, 2]
 
 # Pset name from LaGriT
 label = pts_notfault

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -121,7 +121,7 @@
 # Dirichlet boundary condition on all vertices except fault vertices
 
 # Pin x and z degrees of freedom
-fixed_dof = [0]
+bc_dof = [0]
 
 # Nodeset id from CUBIT
 label = 13

Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -46,17 +46,17 @@
 # The label corresponds to the nodeset ID in CUBIT.
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 11
 db_initial.label = Dirichlet BC on +x
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 12
 db_initial.label = Dirichlet BC on -x
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 label = 15
 db_initial.label = Dirichlet BC on -z
 

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -33,7 +33,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # We are fixing all 3 degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'x_neg' in the mesh file.
@@ -56,7 +56,7 @@
 [pylithapp.timedependent.bc.x_pos]
 
 # We are fixing all 3 degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'x_pos' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -46,7 +46,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # We are fixing all 3 degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'x_neg' in the mesh file.
@@ -60,7 +60,7 @@
 [pylithapp.timedependent.bc.x_pos]
 
 # We are fixing all 3 degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'x_pos' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -33,7 +33,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # We are fixing all 3 degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'x_neg' in the mesh file.
@@ -56,7 +56,7 @@
 [pylithapp.timedependent.bc.x_pos]
 
 # We are fixing all 3 degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'x_pos' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -40,7 +40,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # Fix the 0 (x) degree of freedom.
-fixed_dof = [0]
+bc_dof = [0]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'x_neg'.
@@ -64,7 +64,7 @@
 [pylithapp.timedependent.bc.x_pos]
 
 # Fix the 0 (x) degree of freedom.
-fixed_dof = [0]
+bc_dof = [0]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'x_pos'.
@@ -88,7 +88,7 @@
 [pylithapp.timedependent.bc.y_neg]
 
 # We are fixing the 1 (y) degree of freedom.
-fixed_dof = [1]
+bc_dof = [1]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'y_neg'.

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -81,7 +81,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # We are fixing the 0 (x) degree of freedom.
-fixed_dof = [0]
+bc_dof = [0]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'x_neg'.
@@ -112,7 +112,7 @@
 [pylithapp.timedependent.bc.y_neg]
 
 # We are fixing the 1 (y) degree of freedom.
-fixed_dof = [1]
+bc_dof = [1]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'y_neg'.

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -48,7 +48,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 
 # The nodes associated with this boundary condition have the name
 # 'x_neg' in the mesh file.
@@ -61,7 +61,7 @@
 [pylithapp.timedependent.bc.x_pos]
 
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 
 # The nodes associated with this boundary condition have the name
 # 'x_pos' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -33,7 +33,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 
 # The nodes associated with this boundary condition have the name
 # 'x_neg' in the mesh file.
@@ -56,7 +56,7 @@
 [pylithapp.timedependent.bc.x_pos]
 
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 
 # The nodes associated with this boundary condition have the name
 # 'x_pos' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -34,7 +34,7 @@
 [pylithapp.timedependent.bc.bc]
 
 # We are fixing the 0 (x), 1 (y) and 2 (z) degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'end points' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -46,7 +46,7 @@
 # the displacements to zero for all time.
 
 # We are fixing the 0 (x), 1 (y), and 2 (z) degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'end points' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -46,7 +46,7 @@
 # the displacements to zero for all time.
 
 # We are fixing the 0 (x), 1 (y), and 2 (z) degrees of freedom.
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 
 # The nodes associated with this boundary condition have the name
 # 'end points' in the mesh file.

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -40,7 +40,7 @@
 [pylithapp.timedependent.bc.bc]
 
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'end points'.

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -51,7 +51,7 @@
 # the displacements to zero for all time.
 
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'end points'.

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -46,7 +46,7 @@
 [pylithapp.timedependent.bc.x_neg]
 
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'x_neg'.
@@ -69,7 +69,7 @@
 [pylithapp.timedependent.bc.x_pos]
 
 # We are only fixing the 1 (y) degree of freedom.
-fixed_dof = [1]
+bc_dof = [1]
 
 # The group of vertices in the mesh file associated with this boundary
 # condition have the name 'x_pos'.

Modified: short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py	2009-06-17 16:18:13 UTC (rev 15316)
@@ -30,8 +30,8 @@
         raise ValueError
   except:
     raise ValueError, \
-          "'fixed_dof' must be a zero based list of indices of fixed " \
-          "degrees of freedom."
+          "'bc_dof' must be a zero based list of indices of degrees of " \
+          "freedom at a vertex."
   return num
   
 
@@ -48,7 +48,7 @@
 
   import pyre.inventory
 
-  bcDOF = pyre.inventory.list("fixed_dof", default=[],
+  bcDOF = pyre.inventory.list("bc_dof", default=[],
                                  validator=validateDOF)
   bcDOF.meta['tip'] = "Indices of boundary condition DOF " \
       "(0=1st DOF, 1=2nd DOF, etc)."

Modified: short/3D/PyLith/trunk/tests/1d/line2/axialextension.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/1d/line2/axialextension.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/1d/line2/axialextension.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -56,7 +56,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [axialextension.timedependent.bc.bc]
-fixed_dof = [0]
+bc_dof = [0]
 label = end points
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC

Modified: short/3D/PyLith/trunk/tests/1d/line2/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/1d/line2/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/1d/line2/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -58,7 +58,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [dislocation.timedependent.bc.bc]
-fixed_dof = [0]
+bc_dof = [0]
 label = end points
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC

Modified: short/3D/PyLith/trunk/tests/1d/line3/axialextension.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/1d/line3/axialextension.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/1d/line3/axialextension.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -57,7 +57,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [axialextension.timedependent.bc.bc]
-fixed_dof = [0]
+bc_dof = [0]
 label = end points
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC

Modified: short/3D/PyLith/trunk/tests/1d/line3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/1d/line3/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/1d/line3/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -57,7 +57,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [dislocation.timedependent.bc.bc]
-fixed_dof = [0]
+bc_dof = [0]
 label = end points
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC

Modified: short/3D/PyLith/trunk/tests/2d/quad4/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/axialdisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/quad4/axialdisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -56,21 +56,21 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [axialdisp.timedependent.bc.x_pos]
-fixed_dof = [0]
+bc_dof = [0]
 label = 20
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC +x edge
 db_initial.iohandler.filename = axial_disp.spatialdb
 
 [axialdisp.timedependent.bc.x_neg]
-fixed_dof = [0]
+bc_dof = [0]
 label = 21
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -x edge
 db_initial.iohandler.filename = axial_disp.spatialdb
 
 [axialdisp.timedependent.bc.y_neg]
-fixed_dof = [1]
+bc_dof = [1]
 label = 23
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -y edge

Modified: short/3D/PyLith/trunk/tests/2d/quad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/quad4/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -57,7 +57,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [dislocation.timedependent.bc.x_pos]
-fixed_dof = [0,1]
+bc_dof = [0,1]
 label = 20
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC +x edge
@@ -65,7 +65,7 @@
 db_initial.data = [0.0*m,-1.0*m]
 
 [dislocation.timedependent.bc.x_neg]
-fixed_dof = [0,1]
+bc_dof = [0,1]
 label = 21
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC -x edge

Modified: short/3D/PyLith/trunk/tests/2d/quad4/dislocation2.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/dislocation2.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/quad4/dislocation2.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -57,12 +57,12 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0,1]
+bc_dof = [0,1]
 label = 20
 db_initial.label = Dirichlet BC +x edge
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0]
+bc_dof = [0]
 label = 21
 db_initial.label = Dirichlet BC -x edge
 

Modified: short/3D/PyLith/trunk/tests/2d/quad4/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/sheardisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/quad4/sheardisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -56,28 +56,28 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [sheardisp.timedependent.bc.x_pos]
-fixed_dof = [1]
+bc_dof = [1]
 label = 20
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC +x edge
 db_initial.iohandler.filename = shear_disp.spatialdb
 
 [sheardisp.timedependent.bc.x_neg]
-fixed_dof = [1]
+bc_dof = [1]
 label = 21
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -x edge
 db_initial.iohandler.filename = shear_disp.spatialdb
 
 [sheardisp.timedependent.bc.y_pos]
-fixed_dof = [0]
+bc_dof = [0]
 label = 22
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC +y edge
 db_initial.iohandler.filename = shear_disp.spatialdb
 
 [sheardisp.timedependent.bc.y_neg]
-fixed_dof = [0]
+bc_dof = [0]
 label = 23
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -y edge

Modified: short/3D/PyLith/trunk/tests/2d/tri3/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/axialdisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/tri3/axialdisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -56,21 +56,21 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [axialdisp.timedependent.bc.x_pos]
-fixed_dof = [0]
+bc_dof = [0]
 label = 20
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC +x edge
 db_initial.iohandler.filename = axial_disp.spatialdb
 
 [axialdisp.timedependent.bc.x_neg]
-fixed_dof = [0]
+bc_dof = [0]
 label = 21
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -x edge
 db_initial.iohandler.filename = axial_disp.spatialdb
 
 [axialdisp.timedependent.bc.y_neg]
-fixed_dof = [1]
+bc_dof = [1]
 label = 23
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -y edge

Modified: short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -53,7 +53,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [dislocation.timedependent.bc.x_pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 20
 db = spatialdata.spatialdb.UniformDB
 db.label = Dirichlet BC +x edge
@@ -61,7 +61,7 @@
 db.data = [0.0,+0.5]
 
 [dislocation.timedependent.bc.x_neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 21
 db = spatialdata.spatialdb.UniformDB
 db.label = Dirichlet BC -x edge

Modified: short/3D/PyLith/trunk/tests/2d/tri3/dislocation2.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/dislocation2.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/tri3/dislocation2.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -53,12 +53,12 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [dislocation2.timedependent.bc.y_neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 23
 db.label = Dirichlet BC -y edge
 
 [dislocation2.timedependent.bc.y_pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 22
 db.label = Dirichlet BC +y edge
 

Modified: short/3D/PyLith/trunk/tests/2d/tri3/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/sheardisp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/tri3/sheardisp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -56,28 +56,28 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [sheardisp.timedependent.bc.x_pos]
-fixed_dof = [1]
+bc_dof = [1]
 label = 20
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC +x edge
 db_initial.iohandler.filename = shear_disp.spatialdb
 
 [sheardisp.timedependent.bc.x_neg]
-fixed_dof = [1]
+bc_dof = [1]
 label = 21
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -x edge
 db_initial.iohandler.filename = shear_disp.spatialdb
 
 [sheardisp.timedependent.bc.y_pos]
-fixed_dof = [0]
+bc_dof = [0]
 label = 22
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC +y edge
 db_initial.iohandler.filename = shear_disp.spatialdb
 
 [sheardisp.timedependent.bc.y_neg]
-fixed_dof = [0]
+bc_dof = [0]
 label = 23
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Dirichlet BC -y edge

Modified: short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_para.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_para.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_para.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -57,12 +57,12 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = edge -x
 db.label = Dirichlet BC on corners
 
 [pylithapp.timedependent.bc.pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = edge +x
 db.label = Dirichlet BC on corners
 

Modified: short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_perp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_perp.cfg	2009-06-17 16:05:54 UTC (rev 15315)
+++ short/3D/PyLith/trunk/tests/2d/twofaults_quad4/dislocation_perp.cfg	2009-06-17 16:18:13 UTC (rev 15316)
@@ -57,12 +57,12 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.neg]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = edge -x
 db.label = Dirichlet BC on -x edge
 
 [pylithapp.timedependent.bc.pos]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = edge +x corners
 db.label = Dirichlet BC on +x corners
 



More information about the CIG-COMMITS mailing list