[cig-commits] r18992 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205

brad at geodynamics.org brad at geodynamics.org
Thu Sep 29 09:24:15 PDT 2011


Author: brad
Date: 2011-09-29 09:24:15 -0700 (Thu, 29 Sep 2011)
New Revision: 18992

Removed:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/refinecells_tet4.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou
Log:
Removed old journal and .cfg files.

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,29 +0,0 @@
-# ----------------------------------------------------------------------
-# Create hex8 mesh at 100m resolution.
-# ----------------------------------------------------------------------
-
-# ----------------------------------------------------------------------
-# Generate geometry
-# ----------------------------------------------------------------------
-playback 'geometry.jou'
-
-# ----------------------------------------------------------------------
-# Set discretization size
-# ----------------------------------------------------------------------
-volume all size 100
-
-# ----------------------------------------------------------------------
-# Generate the mesh
-# ----------------------------------------------------------------------
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Setup boundary conditions.
-# ----------------------------------------------------------------------
-playback 'createbc.jou'
-
-# ----------------------------------------------------------------------
-# Export exodus file
-# ----------------------------------------------------------------------
-export mesh "hex8_100m.exo" dimension 3 overwrite
-

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.cfg	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.cfg	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,33 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# mesh_generator
-# ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = hex8_100m_refine.exo
-
-# ----------------------------------------------------------------------
-# problem
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.formulation.time_step]
-dt = 0.01*s
-
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
-[pylithapp.problem.formulation.output.domain]
-writer.filename = output/hex8_100m_refine.vtk
-
-# Give basename for VTK domain output of solution over subdomain.
-[pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/hex8_100m_refine-off_fault.vtk
-
-# Give basename for VTK fault output.
-[pylithapp.timedependent.interfaces.fault.output]
-writer.filename = output/hex8_100m_refine-fault.vtk
-
-# Give basename for VTK output of state variables.
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_100m_refine-elastic.vtk

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_100m_refine.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,40 +0,0 @@
-# ----------------------------------------------------------------------
-# Create hex8 mesh at 100m resolution.
-# ----------------------------------------------------------------------
-
-# ----------------------------------------------------------------------
-# Generate geometry
-# ----------------------------------------------------------------------
-playback 'geometry_refine.jou'
-
-# ----------------------------------------------------------------------
-# Set discretization size
-# ----------------------------------------------------------------------
-volume all size 400
-
-# ----------------------------------------------------------------------
-# Generate the mesh
-# ----------------------------------------------------------------------
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Refine elements within 1/2 of rupture width
-# ----------------------------------------------------------------------
-playback 'refinecells_hex8.jou'
-
-# ----------------------------------------------------------------------
-# Smooth mesh to improve quality
-# ----------------------------------------------------------------------
-volume all smooth scheme condition number beta 1.3 cpu 10
-smooth volume all
-
-# ----------------------------------------------------------------------
-# Setup boundary conditions.
-# ----------------------------------------------------------------------
-playback 'createbc.jou'
-
-# ----------------------------------------------------------------------
-# Export exodus file
-# ----------------------------------------------------------------------
-export mesh "hex8_100m_refine.exo" dimension 3 overwrite
-

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.cfg	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.cfg	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,34 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# mesh_generator
-# ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = hex8_200m_refine.exo
-
-# ----------------------------------------------------------------------
-# problem
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.formulation.time_step]
-dt = 0.01666666666666666666666667*s
-
-
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
-[pylithapp.problem.formulation.output.domain]
-writer.filename = output/hex8_200m_refine.vtk
-
-# Give basename for VTK domain output of solution over subdomain.
-[pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/hex8_200m_refine-off_fault.vtk
-
-# Give basename for VTK fault output.
-[pylithapp.timedependent.interfaces.fault.output]
-writer.filename = output/hex8_200m_refine-fault.vtk
-
-# Give basename for VTK output of state variables.
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_200m_refine-elastic.vtk

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m_refine.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,41 +0,0 @@
-# ----------------------------------------------------------------------
-# Create hex8 mesh at 200m resolution.
-# ----------------------------------------------------------------------
-
-# ----------------------------------------------------------------------
-# Generate geometry
-# ----------------------------------------------------------------------
-playback 'geometry_refine.jou'
-
-# ----------------------------------------------------------------------
-# Set discretization size
-# ----------------------------------------------------------------------
-volume all size 800
-
-# ----------------------------------------------------------------------
-# Generate the mesh
-# ----------------------------------------------------------------------
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Refine elements within 1/2 of rupture width
-# ----------------------------------------------------------------------
-playback 'refinecells_hex8.jou'
-
-# ----------------------------------------------------------------------
-# Smooth mesh to improve quality
-# ----------------------------------------------------------------------
-volume all smooth scheme condition number beta 1.3 cpu 10
-smooth volume all
-
-# ----------------------------------------------------------------------
-# Setup boundary conditions.
-# ----------------------------------------------------------------------
-playback 'createbc.jou'
-
-# ----------------------------------------------------------------------
-# Export exodus file
-# ----------------------------------------------------------------------
-export mesh "hex8_200m_refine.exo" dimension 3 overwrite
-
-

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/refinecells_tet4.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/refinecells_tet4.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/refinecells_tet4.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,9 +0,0 @@
-# ----------------------------------------------------------------------
-# Refine elements within 1/2 of rupture width
-# ----------------------------------------------------------------------
-group "refinecells1" add tet with x_min >= -36.001e+3 and x_max <= 36.001e+3 and y_min >= -24.001e+3 and y_max <= 24.001e+3 and z_min >= -36.001e+3
-refine tet in refinecells1 depth 1
-group "refinecells2" add tet with x_min >= -24.001e+3 and x_max <= 24.001e+3 and y_min >= -12.001e+3 and y_max <= 12.001e+3 and z_min >= -24.001e+3
-refine tet in refinecells2 depth 1
-
-

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,38 +0,0 @@
-# ----------------------------------------------------------------------
-# Create tet4 mesh at 100m resolution.
-# ----------------------------------------------------------------------
-
-# ----------------------------------------------------------------------
-# Generate geometry
-# ----------------------------------------------------------------------
-playback 'geometry.jou'
-
-# ----------------------------------------------------------------------
-# Set discretization size and scheme
-# ----------------------------------------------------------------------
-volume all size 100
-volume all scheme tetmesh 
-
-# ----------------------------------------------------------------------
-# Generate the mesh
-# ----------------------------------------------------------------------
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Improve element quality.
-# ----------------------------------------------------------------------
-playback 'tet4_smooth.jou'
-
-# ----------------------------------------------------------------------
-# Setup boundary conditions.
-# ----------------------------------------------------------------------
-playback 'createbc.jou'
-
-# ----------------------------------------------------------------------
-# Export exodus file
-# ----------------------------------------------------------------------
-export mesh "tet4_100m.exo" dimension 3 overwrite
-
-
-
-

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.cfg	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.cfg	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,33 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# mesh_generator
-# ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = tet4_100m_refine.exo
-
-# ----------------------------------------------------------------------
-# problem
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.formulation.time_step]
-dt = 0.01*s
-
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
-[pylithapp.problem.formulation.output.domain]
-writer.filename = output/tet4_100m_refine.vtk
-
-# Give basename for VTK domain output of solution over subdomain.
-[pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/tet4_100m_refine-off_fault.vtk
-
-# Give basename for VTK fault output.
-[pylithapp.timedependent.interfaces.fault.output]
-writer.filename = output/tet4_100m_refine-fault.vtk
-
-# Give basename for VTK output of state variables.
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_100m_refine-elastic.vtk

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m_refine.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,43 +0,0 @@
-# ----------------------------------------------------------------------
-# Create tet4 mesh at 100m resolution.
-# ----------------------------------------------------------------------
-
-# ----------------------------------------------------------------------
-# Generate geometry
-# ----------------------------------------------------------------------
-playback 'geometry_refine.jou'
-
-# ----------------------------------------------------------------------
-# Set discretization size and scheme
-# ----------------------------------------------------------------------
-volume all size 400
-volume all scheme tetmesh 
-
-# ----------------------------------------------------------------------
-# Generate the mesh
-# ----------------------------------------------------------------------
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Refine elements within 1/2 of rupture width
-# ----------------------------------------------------------------------
-playback 'refinecells.jou'
-
-# ----------------------------------------------------------------------
-# Smooth mesh to improve quality
-# ----------------------------------------------------------------------
-playback 'tet4_smooth.jou'
-
-# ----------------------------------------------------------------------
-# Setup boundary conditions.
-# ----------------------------------------------------------------------
-playback 'createbc.jou'
-
-# ----------------------------------------------------------------------
-# Export exodus file
-# ----------------------------------------------------------------------
-export mesh "tet4_100m_refine.exo" dimension 3 overwrite
-
-
-
-

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.cfg	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.cfg	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,33 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# mesh_generator
-# ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = tet4_200m_refine.exo
-
-# ----------------------------------------------------------------------
-# problem
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.formulation.time_step]
-dt = 0.01666666666666666666666667*s
-
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
-[pylithapp.problem.formulation.output.domain]
-writer.filename = output/tet4_200m_refine.vtk
-
-# Give basename for VTK domain output of solution over subdomain.
-[pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/tet4_200m_refine-off_fault.vtk
-
-# Give basename for VTK fault output.
-[pylithapp.timedependent.interfaces.fault.output]
-writer.filename = output/tet4_200m_refine-fault.vtk
-
-# Give basename for VTK output of state variables.
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_200m_refine-elastic.vtk

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m_refine.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,43 +0,0 @@
-# ----------------------------------------------------------------------
-# Create tet4 mesh at 200m resolution.
-# ----------------------------------------------------------------------
-
-# ----------------------------------------------------------------------
-# Generate geometry
-# ----------------------------------------------------------------------
-playback 'geometry_refine.jou'
-
-# ----------------------------------------------------------------------
-# Set discretization size and scheme
-# ----------------------------------------------------------------------
-volume all size 800
-volume all scheme tetmesh 
-
-# ----------------------------------------------------------------------
-# Generate the mesh
-# ----------------------------------------------------------------------
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Refine elements within 1/2 of rupture width
-# ----------------------------------------------------------------------
-playback 'refinecells_tet4.jou'
-
-# ----------------------------------------------------------------------
-# Smooth mesh to improve quality
-# ----------------------------------------------------------------------
-playback 'tet4_smooth.jou'
-
-# ----------------------------------------------------------------------
-# Setup boundary conditions.
-# ----------------------------------------------------------------------
-playback 'createbc.jou'
-
-# ----------------------------------------------------------------------
-# Export exodus file
-# ----------------------------------------------------------------------
-export mesh "tet4_200m_refine.exo" dimension 3 overwrite
-
-
-
-

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou	2011-09-29 16:21:52 UTC (rev 18991)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou	2011-09-29 16:24:15 UTC (rev 18992)
@@ -1,7 +0,0 @@
-# ----------------------------------------------------------------------
-# Smooth the mesh
-# ----------------------------------------------------------------------
-volume all smooth scheme condition number beta 2.0 cpu 10
-smooth volume all
-volume all smooth scheme condition number beta 1.7 cpu 20
-smooth volume all



More information about the CIG-COMMITS mailing list