[cig-commits] r19951 - short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Apr 16 21:44:31 PDT 2012


Author: willic3
Date: 2012-04-16 21:44:31 -0700 (Mon, 16 Apr 2012)
New Revision: 19951

Added:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-4.spatialdb
Removed:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/asm.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-10.spatialdb
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/
Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_hex8.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_tet4.cfg
Log:
More cleanup.



Deleted: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/asm.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/asm.cfg	2012-04-17 04:34:12 UTC (rev 19950)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/asm.cfg	2012-04-17 04:44:31 UTC (rev 19951)
@@ -1,10 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-# ----------------------------------------------------------------------
-# PETSc
-# ----------------------------------------------------------------------
-# Set the solver options.
-
-[pylithapp.petsc]
-pc_type = asm
-sub_pc_factor_shift_type = nonzero

Deleted: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-10.spatialdb
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-10.spatialdb	2012-04-17 04:34:12 UTC (rev 19950)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-10.spatialdb	2012-04-17 04:44:31 UTC (rev 19951)
@@ -1,30 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of material
-// properties. In this case, the material properties are uniform.
-// The properties here correspond to lambda = mu = 30 GPa, and a viscosity
-// that provides a relaxation time (2 * vis/mu) of 20 years. This
-// corresponds to a value of tau0 (recurrence_time/relaxation_time) of 10.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 4 // number of material property values
-  value-names =  density vs vp viscosity // names of the material property values
-  value-units =  kg/m**3  m/s  m/s Pa*s
-  num-locs = 1 // number of locations
-  data-dim = 0
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0
-    space-dim = 3
-  }
-}
-// Columns are
-// (1) x coordinate (m)
-// (2) y coordinate (m)
-// (3) z coordinate (m)
-// (4) density (kg/m**3)
-// (5) vs (m/s)
-// (6) vp (m/s)
-// (7) viscosity (Pa*s)
-0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258 9.46728e+18

Copied: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-4.spatialdb (from rev 19950, short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-10.spatialdb)
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-4.spatialdb	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/mat_maxwell_tau0-4.spatialdb	2012-04-17 04:44:31 UTC (rev 19951)
@@ -0,0 +1,30 @@
+// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
+//
+// This spatial database specifies the distribution of material
+// properties. In this case, the material properties are uniform.
+// The properties here correspond to lambda = mu = 30 GPa, and a viscosity
+// that provides a relaxation time (2 * vis/mu) of 50 years. This
+// corresponds to a value of tau0 (recurrence_time/relaxation_time) of 4.
+//
+#SPATIAL.ascii 1
+SimpleDB {
+  num-values = 4 // number of material property values
+  value-names =  density vs vp viscosity // names of the material property values
+  value-units =  kg/m**3  m/s  m/s Pa*s
+  num-locs = 1 // number of locations
+  data-dim = 0
+  space-dim = 3
+  cs-data = cartesian {
+    to-meters = 1.0
+    space-dim = 3
+  }
+}
+// Columns are
+// (1) x coordinate (m)
+// (2) y coordinate (m)
+// (3) z coordinate (m)
+// (4) density (kg/m**3)
+// (5) vs (m/s)
+// (6) vp (m/s)
+// (7) viscosity (Pa*s)
+0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258 2.36682e+19

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/pylithapp.cfg	2012-04-17 04:34:12 UTC (rev 19950)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/pylithapp.cfg	2012-04-17 04:44:31 UTC (rev 19951)
@@ -83,8 +83,8 @@
 [pylithapp.timedependent.materials.maxwell]
 label = Lower Maxwell material
 id = 2
-db_properties.iohandler.filename = mat_maxwell_tau0-10.spatialdb
-db_properties.label = Viscoelastic material properties
+db_properties.iohandler.filename = mat_maxwell_tau0-4.spatialdb
+db_properties.label = Viscoelastic material properties yielding tau0=4
 output.cell_data_fields = [total_strain,viscous_strain,stress]
 output.cell_info_fields = [mu,lambda,density,maxwell_time]
 

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_hex8.cfg	2012-04-17 04:34:12 UTC (rev 19950)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_hex8.cfg	2012-04-17 04:44:31 UTC (rev 19951)
@@ -13,13 +13,6 @@
 # pylith hex8.cfg fault_lock20.cfg fieldsplit.cfg sp_hex8.cfg
 
 # ----------------------------------------------------------------------
-# materials
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.materials.maxwell]
-db_properties.iohandler.filename = mat_maxwell_tau0-10.spatialdb
-db_properties.label = Viscoelastic properties yielding tau0 = 10
-
-# ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
 # Give basename for VTK files.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_tet4.cfg	2012-04-17 04:34:12 UTC (rev 19950)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/sp_tet4.cfg	2012-04-17 04:44:31 UTC (rev 19951)
@@ -10,16 +10,9 @@
 # parameters are contained in asm.cfg and fieldsplit.cfg.
 #
 # To run the simulation:
-# pylith tet4.cfg fault_lock20.cfg fieldsplit.cfg tet4_lock20_tau0-2.cfg
+# pylith tet4.cfg fault_lock20.cfg fieldsplit.cfg sp_tet4.cfg
 
 # ----------------------------------------------------------------------
-# materials
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.materials.maxwell]
-db_properties.iohandler.filename = mat_maxwell_tau0-10.spatialdb
-db_properties.label = Viscoelastic properties yielding tau0 = 10
-
-# ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
 # Give basename for VTK files.



More information about the CIG-COMMITS mailing list