[cig-commits] r11317 - short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/meshes

brad at geodynamics.org brad at geodynamics.org
Mon Mar 3 17:41:39 PST 2008


Author: brad
Date: 2008-03-03 17:41:39 -0800 (Mon, 03 Mar 2008)
New Revision: 11317

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/meshes/createbc.jou
Log:
Merged elastic blocks and viscoelastic blocks.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/meshes/createbc.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/meshes/createbc.jou	2008-03-04 01:19:07 UTC (rev 11316)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/meshes/createbc.jou	2008-03-04 01:41:39 UTC (rev 11317)
@@ -1,14 +1,10 @@
 # ----------------------------------------------------------------------
 # Create blocks for materials
 # ----------------------------------------------------------------------
-block 1 volume elastic_hangingwall
-block 1 name "elastic hangingwall"
-block 2 volume elastic_footwall
-block 2 name "elastic footwall"
-block 3 volume visco_hangingwall
-block 3 name "viscoelastic hangingwall"
-block 4 volume visco_footwall
-block 4 name "viscoelastic footwall"
+block 1 volume elastic_hangingwall elastic_footwall
+block 1 name "elastic"
+block 2 volume visco_hangingwall visco_footwall
+block 2 name "viscoelastic"
 
 # ----------------------------------------------------------------------
 # Create nodeset for fault



More information about the cig-commits mailing list