[cig-commits] r15513 - short/2.5D/benchmarks/savageprescott/parameters

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Aug 3 15:29:34 PDT 2009


Author: willic3
Date: 2009-08-03 15:29:34 -0700 (Mon, 03 Aug 2009)
New Revision: 15513

Modified:
   short/2.5D/benchmarks/savageprescott/parameters/mat_maxwell.spatialdb
   short/2.5D/benchmarks/savageprescott/parameters/pylithapp.cfg
   short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_graded_20km.cfg
   short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_20km.cfg
   short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_graded_20km.cfg
   short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_unif_20km.cfg
Log:
Updated .cfg files for original (lower) viscosity and correct
integration parameters.



Modified: short/2.5D/benchmarks/savageprescott/parameters/mat_maxwell.spatialdb
===================================================================
--- short/2.5D/benchmarks/savageprescott/parameters/mat_maxwell.spatialdb	2009-08-03 20:37:05 UTC (rev 15512)
+++ short/2.5D/benchmarks/savageprescott/parameters/mat_maxwell.spatialdb	2009-08-03 22:29:34 UTC (rev 15513)
@@ -23,4 +23,4 @@
 // (4) density (kg/m^3)
 // (5) vs (m/s)
 // (6) vp (m/s)
-0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258 9.46728e19
+0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258 4.73364e19

Modified: short/2.5D/benchmarks/savageprescott/parameters/pylithapp.cfg
===================================================================
--- short/2.5D/benchmarks/savageprescott/parameters/pylithapp.cfg	2009-08-03 20:37:05 UTC (rev 15512)
+++ short/2.5D/benchmarks/savageprescott/parameters/pylithapp.cfg	2009-08-03 22:29:34 UTC (rev 15513)
@@ -68,7 +68,7 @@
 [pylithapp.timedependent.formulation.time_step]
 # Define the total time for the simulation and the default time step size.
 total_time = 2000.0*year ; total time of simulation
-dt = 10.0*year ; time step
+dt = 5.0*year ; time step
 
 # ----------------------------------------------------------------------
 # materials
@@ -83,13 +83,11 @@
 label = Upper elastic layer
 id = 1
 db_properties.iohandler.filename = mat_elastic.spatialdb
-quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.maxwell]
 label = Lower Maxwell material
 id = 2
 db_properties.iohandler.filename = mat_maxwell.spatialdb
-quadrature.cell.dimension = 3
 output.cell_data_fields = [total_strain,viscous_strain,stress]
 output.cell_info_fields = [mu,lambda,density,maxwell_time]
 
@@ -143,7 +141,6 @@
 # Set the parameters for the fault interface conditions.
 [pylithapp.timedependent.interfaces.fault]
 label = 10
-quadrature.cell.dimension = 2
 
 # ----------------------------------------------------------------------
 # PETSc

Modified: short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_graded_20km.cfg
===================================================================
--- short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_graded_20km.cfg	2009-08-03 20:37:05 UTC (rev 15512)
+++ short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_graded_20km.cfg	2009-08-03 22:29:34 UTC (rev 15513)
@@ -22,13 +22,16 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials]
 elastic.quadrature.cell = pylith.feassemble.FIATLagrange
+elastic.quadrature.cell.dimension = 3
 maxwell.quadrature.cell = pylith.feassemble.FIATLagrange
+maxwell.quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 2
 
 # ----------------------------------------------------------------------
 # output
@@ -55,13 +58,13 @@
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_hex8_graded_20km/spbm_hex8_graded_20km-statevars-elastic.vtk
+writer.filename = ../results/spbm_hex8_graded_20km/spbm_hex8_graded_20km-elastic.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.maxwell.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_hex8_graded_20km/spbm_hex8_graded_20km-statevars-maxwell.vtk
+writer.filename = ../results/spbm_hex8_graded_20km/spbm_hex8_graded_20km-maxwell.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 

Modified: short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_20km.cfg
===================================================================
--- short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_20km.cfg	2009-08-03 20:37:05 UTC (rev 15512)
+++ short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_20km.cfg	2009-08-03 22:29:34 UTC (rev 15513)
@@ -22,13 +22,16 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials]
 elastic.quadrature.cell = pylith.feassemble.FIATLagrange
+elastic.quadrature.cell.dimension = 3
 maxwell.quadrature.cell = pylith.feassemble.FIATLagrange
+maxwell.quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 2
 
 # ----------------------------------------------------------------------
 # output
@@ -55,13 +58,13 @@
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_hex8_unif_20km/spbm_hex8_unif_20km-statevars-elastic.vtk
+writer.filename = ../results/spbm_hex8_unif_20km/spbm_hex8_unif_20km-elastic.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.maxwell.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_hex8_unif_20km/spbm_hex8_unif_20km-statevars-maxwell.vtk
+writer.filename = ../results/spbm_hex8_unif_20km/spbm_hex8_unif_20km-maxwell.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 

Modified: short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_graded_20km.cfg
===================================================================
--- short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_graded_20km.cfg	2009-08-03 20:37:05 UTC (rev 15512)
+++ short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_graded_20km.cfg	2009-08-03 22:29:34 UTC (rev 15513)
@@ -58,13 +58,13 @@
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_tet4_graded_20km/spbm_tet4_graded_20km-statevars-elastic.vtk
+writer.filename = ../results/spbm_tet4_graded_20km/spbm_tet4_graded_20km-elastic.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.maxwell.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_tet4_graded_20km/spbm_tet4_graded_20km-statevars-maxwell.vtk
+writer.filename = ../results/spbm_tet4_graded_20km/spbm_tet4_graded_20km-maxwell.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 

Modified: short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_unif_20km.cfg
===================================================================
--- short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_unif_20km.cfg	2009-08-03 20:37:05 UTC (rev 15512)
+++ short/2.5D/benchmarks/savageprescott/parameters/spbm_tet4_unif_20km.cfg	2009-08-03 22:29:34 UTC (rev 15513)
@@ -58,13 +58,13 @@
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_tet4_unif_20km/spbm_tet4_unif_20km-statevars-elastic.vtk
+writer.filename = ../results/spbm_tet4_unif_20km/spbm_tet4_unif_20km-elastic.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.maxwell.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = ../results/spbm_tet4_unif_20km/spbm_tet4_unif_20km-statevars-maxwell.vtk
+writer.filename = ../results/spbm_tet4_unif_20km/spbm_tet4_unif_20km-maxwell.vtk
 writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 



More information about the CIG-COMMITS mailing list