[cig-commits] r20272 - in short/3D/PyLith/branches/v1.7-trunk/examples: . 3d/hex8 greensfns greensfns/hex8 greensfns/hex8/gfimpulses greensfns/hex8/gfresponses greensfns/hex8/gfspatialdb

brad at geodynamics.org brad at geodynamics.org
Fri Jun 1 11:22:13 PDT 2012


Author: brad
Date: 2012-06-01 11:22:13 -0700 (Fri, 01 Jun 2012)
New Revision: 20272

Removed:
   short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/Makefile.am
   short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/Makefile.am
   short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfimpulses/Makefile.am
   short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfresponses/Makefile.am
   short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfspatialdb/Makefile.am
Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step02.cfg
   short/3D/PyLith/branches/v1.7-trunk/examples/Makefile.am
   short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/README
   short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh
Log:
Fixed typo for output field.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step02.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step02.cfg	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step02.cfg	2012-06-01 18:22:13 UTC (rev 20272)
@@ -83,7 +83,7 @@
 db_initial.label = Neumann BC on +x
 db_initial.iohandler.filename = spatialdb/tractions_axial_shear.spatialdb
 
-output.cell_info_fields = [initial-value]
+output.cell_info_fields = [initial_value]
 output.writer.filename = output/step02-traction.vtk
 output.cell_filter = pylith.meshio.CellFilterAvgSubMesh
 

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/Makefile.am	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/Makefile.am	2012-06-01 18:22:13 UTC (rev 20272)
@@ -20,7 +20,6 @@
 	2d \
 	3d \
 	bar_shearwave \
-	greensfns \
 	meshing \
 	twocells
 

Deleted: short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/Makefile.am	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/Makefile.am	2012-06-01 18:22:13 UTC (rev 20272)
@@ -1,23 +0,0 @@
-# -*- Makefile -*-
-#
-# ----------------------------------------------------------------------
-#
-# Brad T. Aagaard, U.S. Geological Survey
-# Charles A. Williams, GNS Science
-# Matthew G. Knepley, University of Chicago
-#
-# This code was developed as part of the Computational Infrastructure
-# for Geodynamics (http://geodynamics.org).
-#
-# Copyright (c) 2010-2012 University of California, Davis
-#
-# See COPYING for license information.
-#
-# ----------------------------------------------------------------------
-#
-
-SUBDIRS = \
-	hex8
-
-
-# End of file 

Deleted: short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/Makefile.am	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/Makefile.am	2012-06-01 18:22:13 UTC (rev 20272)
@@ -1,40 +0,0 @@
-# -*- Makefile -*-
-#
-# ----------------------------------------------------------------------
-#
-# Brad T. Aagaard, U.S. Geological Survey
-# Charles A. Williams, GNS Science
-# Matthew G. Knepley, University of Chicago
-#
-# This code was developed as part of the Computational Infrastructure
-# for Geodynamics (http://geodynamics.org).
-#
-# Copyright (c) 2010-2012 University of California, Davis
-#
-# See COPYING for license information.
-#
-# ----------------------------------------------------------------------
-#
-
-dist_noinst_DATA = \
-	README \
-	geometry.jou \
-	mesh_hex8_1000m.jou \
-	box_hex8_1000m.exo \
-	finalslip.spatialdb \
-	gfgen.cfg \
-	gfgen.py \
-	gfoutput.cfg \
-	pylithapp.cfg \
-	initial-run.cfg \
-	mat_elastic.spatialdb \
-	sliptime.spatialdb
-
-
-SUBDIRS = \
-	gfimpulses \
-	gfresponses \
-	gfspatialdb
-
-
-# End of file 

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/README
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/README	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/README	2012-06-01 18:22:13 UTC (rev 20272)
@@ -1,3 +1,9 @@
+**********************************************************************
+This example is obsolete. Please see examples/2d/greensfns for an
+up-to-date example.
+**********************************************************************
+
+
 In this directory are files that allow a primitive method of generating
 Green's functions using PyLith.  The impulses are specified amounts of
 strike-slip applied on the vertices of a fault, and the responses are

Deleted: short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfimpulses/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfimpulses/Makefile.am	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfimpulses/Makefile.am	2012-06-01 18:22:13 UTC (rev 20272)
@@ -1,20 +0,0 @@
-# -*- Makefile -*-
-#
-# ----------------------------------------------------------------------
-#
-# Brad T. Aagaard, U.S. Geological Survey
-# Charles A. Williams, GNS Science
-# Matthew G. Knepley, University of Chicago
-#
-# This code was developed as part of the Computational Infrastructure
-# for Geodynamics (http://geodynamics.org).
-#
-# Copyright (c) 2010-2012 University of California, Davis
-#
-# See COPYING for license information.
-#
-# ----------------------------------------------------------------------
-#
-
-
-# End of file 

Deleted: short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfresponses/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfresponses/Makefile.am	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfresponses/Makefile.am	2012-06-01 18:22:13 UTC (rev 20272)
@@ -1,20 +0,0 @@
-# -*- Makefile -*-
-#
-# ----------------------------------------------------------------------
-#
-# Brad T. Aagaard, U.S. Geological Survey
-# Charles A. Williams, GNS Science
-# Matthew G. Knepley, University of Chicago
-#
-# This code was developed as part of the Computational Infrastructure
-# for Geodynamics (http://geodynamics.org).
-#
-# Copyright (c) 2010-2012 University of California, Davis
-#
-# See COPYING for license information.
-#
-# ----------------------------------------------------------------------
-#
-
-
-# End of file 

Deleted: short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfspatialdb/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfspatialdb/Makefile.am	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/greensfns/hex8/gfspatialdb/Makefile.am	2012-06-01 18:22:13 UTC (rev 20272)
@@ -1,20 +0,0 @@
-# -*- Makefile -*-
-#
-# ----------------------------------------------------------------------
-#
-# Brad T. Aagaard, U.S. Geological Survey
-# Charles A. Williams, GNS Science
-# Matthew G. Knepley, University of Chicago
-#
-# This code was developed as part of the Computational Infrastructure
-# for Geodynamics (http://geodynamics.org).
-#
-# Copyright (c) 2010-2012 University of California, Davis
-#
-# See COPYING for license information.
-#
-# ----------------------------------------------------------------------
-#
-
-
-# End of file 

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh	2012-06-01 17:54:15 UTC (rev 20271)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh	2012-06-01 18:22:13 UTC (rev 20272)
@@ -108,6 +108,16 @@
 
 
 # ----------------------------------------------------------------------
+# greensfns
+dir="2d/greensfns/strikeslip"
+examples="eqsim.cfg --problem=pylith.problems.GreensFns"
+run_examples
+
+dir="2d/greensfns/reverse"
+examples="eqsim.cfg --problem=pylith.problems.GreensFns"
+run_examples
+
+# ----------------------------------------------------------------------
 # Return to examples dir
 cd ${examples_dir}
   



More information about the CIG-COMMITS mailing list