[cig-commits] r16875 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210
brad at geodynamics.org
brad at geodynamics.org
Wed Jun 2 16:20:55 PDT 2010
Author: brad
Date: 2010-06-02 16:20:55 -0700 (Wed, 02 Jun 2010)
New Revision: 16875
Removed:
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.cfg
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.jou
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.cfg
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.jou
Modified:
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_200m.cfg
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_200m.cfg
Log:
Fixed typos in tet4 parameters. Updated hex8 .cfg files to match tet4 files. Removed 100m resolution journal files and .cfg files (create later).
Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.cfg 2010-06-02 23:06:50 UTC (rev 16874)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.cfg 2010-06-02 23:20:55 UTC (rev 16875)
@@ -1,33 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# mesh_generator
-# ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = hex8_100m.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.vtk
-
-# Give basename for VTK domain output of solution over subdomain.
-[pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/hex8_100m-off_fault.vtk
-
-# Give basename for VTK fault output.
-[pylithapp.timedependent.interfaces.fault.output]
-writer.filename = output/hex8_100m-fault.vtk
-
-# Give basename for VTK output of state variables.
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_100m-elastic.vtk
Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.jou 2010-06-02 23:06:50 UTC (rev 16874)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_100m.jou 2010-06-02 23:20:55 UTC (rev 16875)
@@ -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
-
Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_200m.cfg 2010-06-02 23:06:50 UTC (rev 16874)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/hex8_200m.cfg 2010-06-02 23:20:55 UTC (rev 16875)
@@ -17,18 +17,18 @@
# ----------------------------------------------------------------------
# output
# ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
-[pylithapp.problem.formulation.output.domain]
-writer.filename = output/hex8_200m.vtk
+# Ground surface
+[pylithapp.problem.formulation.output.groundsurf]
+writer.filename = output/hex8_200m-groundsurf.vtk
-# Give basename for VTK domain output of solution over subdomain.
-[pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/hex8_200m-off_fault.vtk
+# Off-fault
+[pylithapp.problem.formulation.output.offfault]
+writer.filename = output/hex8_200m-offfault.vtk
-# Give basename for VTK fault output.
+# Fault
[pylithapp.timedependent.interfaces.fault.output]
writer.filename = output/hex8_200m-fault.vtk
-# Give basename for VTK output of state variables.
+# State variables
[pylithapp.timedependent.materials.elastic.output]
writer.filename = output/hex8_200m-elastic.vtk
Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg 2010-06-02 23:06:50 UTC (rev 16874)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg 2010-06-02 23:20:55 UTC (rev 16875)
@@ -146,7 +146,7 @@
writer.time_format = %06.3f
# Off-fault locations not on ground surface
-[pylithapp.problem.formulation.output.offault]
+[pylithapp.problem.formulation.output.offfault]
label = off_fault
vertex_data_fields=[displacement,velocity]
output_freq = time_step
Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.cfg 2010-06-02 23:06:50 UTC (rev 16874)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.cfg 2010-06-02 23:20:55 UTC (rev 16875)
@@ -1,33 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# mesh_generator
-# ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = tet4_100m.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.vtk
-
-# Give basename for VTK domain output of solution over subdomain.
-[pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/tet4_100m-off_fault.vtk
-
-# Give basename for VTK fault output.
-[pylithapp.timedependent.interfaces.fault.output]
-writer.filename = output/tet4_100m-fault.vtk
-
-# Give basename for VTK output of state variables.
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_100m-elastic.vtk
Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.jou 2010-06-02 23:06:50 UTC (rev 16874)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_100m.jou 2010-06-02 23:20:55 UTC (rev 16875)
@@ -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
-
-
-
-
Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_200m.cfg 2010-06-02 23:06:50 UTC (rev 16874)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_200m.cfg 2010-06-02 23:20:55 UTC (rev 16875)
@@ -21,7 +21,7 @@
writer.filename = output/tet4_200m-groundsurf.vtk
# Off-fault
-[pylithapp.problem.formulation.output.offault]
+[pylithapp.problem.formulation.output.offfault]
writer.filename = output/tet4_200m-offfault.vtk
# Fault
More information about the CIG-COMMITS
mailing list