[cig-commits] r15326 - in short/3D/PyLith/benchmarks/trunk: quasistatic/dike-disloc/parameters quasistatic/reversenog/parameters quasistatic/strikeslipnog quasistatic/strikeslipnog/parameters static/sceccvmh

brad at geodynamics.org brad at geodynamics.org
Wed Jun 17 14:13:51 PDT 2009


Author: brad
Date: 2009-06-17 14:13:48 -0700 (Wed, 17 Jun 2009)
New Revision: 15326

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/dike-disloc/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/static/sceccvmh/slice_dislocation.cfg
   short/3D/PyLith/benchmarks/trunk/static/sceccvmh/volume_dislocation.cfg
Log:
Updated parameter settings.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/dike-disloc/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/dike-disloc/parameters/pylithapp.cfg	2009-06-17 20:47:36 UTC (rev 15325)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/dike-disloc/parameters/pylithapp.cfg	2009-06-17 21:13:48 UTC (rev 15326)
@@ -48,23 +48,23 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]
-fixed_dof = [1]
+bc_dof = [1]
 db.label = Zero y-displ on -y
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0]
+bc_dof = [0]
 db.label = Zero x-displ on +x
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0]
+bc_dof = [0]
 db.label = Zero x-displ on -x
 
 [pylithapp.timedependent.bc.y_pos]
-fixed_dof = [1]
+bc_dof = [1]
 db.label = Zero y-displ on +y
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [2]
+bc_dof = [2]
 db.label = Zero z-displ on -z
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2009-06-17 20:47:36 UTC (rev 15325)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2009-06-17 21:13:48 UTC (rev 15326)
@@ -55,14 +55,14 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]
-fixed_dof = [1]
+bc_dof = [1]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Symmetry Dirichlet BC
 db_initial.iohandler.filename = fixeddisp_zero.spatialdb
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on +x face
 #db_initial.iohandler.filename = fixeddisp_analytic_xpos.spatialdb
@@ -70,7 +70,7 @@
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on -x face
 #db_initial.iohandler.filename = fixeddisp_analytic_xneg.spatialdb
@@ -78,7 +78,7 @@
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.y_pos]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on +y face
 #db_initial.iohandler.filename = fixeddisp_analytic_ypos.spatialdb
@@ -86,7 +86,7 @@
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on -z face
 #db_initial.iohandler.filename = fixeddisp_analytic_zneg.spatialdb

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README	2009-06-17 20:47:36 UTC (rev 15325)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README	2009-06-17 21:13:48 UTC (rev 15326)
@@ -20,7 +20,7 @@
 
 
 ======================================================================
-TO RUN SIMULATIONS
+TO RUN SIMULATIONS (elastic solution only, single time step)
 ======================================================================
 
 Run the simulations from the parameters directory.
@@ -51,11 +51,10 @@
 
 
 ======================================================================
-All of the simulations above are for a single elastic time step.
+TO RUN TIME-DEPENDENT SIMULATIONS
+
 To run time-dependent simulations, you can simply append 'timedep.cfg'
 to the end of each example listed above.
-
-TO RUN TIME-DEPENDENT SIMULATIONS
 ======================================================================
 
 hex8 @ 1000m resolution

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg	2009-06-17 20:47:36 UTC (rev 15325)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg	2009-06-17 21:13:48 UTC (rev 15326)
@@ -53,35 +53,35 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]
-fixed_dof = [0, 2]
+bc_dof = [0, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Symmetry Dirichlet BC
 db_initial.iohandler.filename = fixeddisp_zero.spatialdb
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.x_pos]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on +x face
 db_initial.iohandler.filename = fixeddisp_analytic_xpos.spatialdb
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.x_neg]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on -x face
 db_initial.iohandler.filename = fixeddisp_analytic_xneg.spatialdb
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.y_pos]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on +y face
 db_initial.iohandler.filename = fixeddisp_analytic_ypos.spatialdb
 db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.z_neg]
-fixed_dof = [0, 1, 2]
+bc_dof = [0, 1, 2]
 db_initial = spatialdata.spatialdb.SimpleDB
 db_initial.label = Analytic displacement Dirichlet BC on -z face
 db_initial.iohandler.filename = fixeddisp_analytic_zneg.spatialdb

Modified: short/3D/PyLith/benchmarks/trunk/static/sceccvmh/slice_dislocation.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/sceccvmh/slice_dislocation.cfg	2009-06-17 20:47:36 UTC (rev 15325)
+++ short/3D/PyLith/benchmarks/trunk/static/sceccvmh/slice_dislocation.cfg	2009-06-17 21:13:48 UTC (rev 15326)
@@ -66,7 +66,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.bc_east]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 21
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC east surface
@@ -74,7 +74,7 @@
 db_initial.data = [0.0*m,-2.0*m]
 
 [pylithapp.timedependent.bc.bc_west]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 22
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC west surface
@@ -82,7 +82,7 @@
 db_initial.data = [0.0*m,+2.0*m]
 
 [pylithapp.timedependent.bc.bc_bottom]
-fixed_dof = [2]
+bc_dof = [2]
 label = 26
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC bottom surface
@@ -90,7 +90,7 @@
 db_initial.data = [0.0*m]
 
 [pylithapp.timedependent.bc.bc_ground]
-fixed_dof = [2]
+bc_dof = [2]
 label = 25
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC ground surface

Modified: short/3D/PyLith/benchmarks/trunk/static/sceccvmh/volume_dislocation.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/sceccvmh/volume_dislocation.cfg	2009-06-17 20:47:36 UTC (rev 15325)
+++ short/3D/PyLith/benchmarks/trunk/static/sceccvmh/volume_dislocation.cfg	2009-06-17 21:13:48 UTC (rev 15326)
@@ -66,7 +66,7 @@
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.bc_east]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 21
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC east surface
@@ -74,7 +74,7 @@
 db_initial.data = [0.0*m,-2.0*m]
 
 [pylithapp.timedependent.bc.bc_west]
-fixed_dof = [0, 1]
+bc_dof = [0, 1]
 label = 22
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC west surface
@@ -82,7 +82,7 @@
 db_initial.data = [0.0*m,+2.0*m]
 
 [pylithapp.timedependent.bc.bc_bottom]
-fixed_dof = [2]
+bc_dof = [2]
 label = 26
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC bottom surface



More information about the CIG-COMMITS mailing list