[cig-commits] r22434 - short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse

brad at geodynamics.org brad at geodynamics.org
Wed Jun 26 17:02:40 PDT 2013


Author: brad
Date: 2013-06-26 17:02:40 -0700 (Wed, 26 Jun 2013)
New Revision: 22434

Modified:
   short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/gradient.jou
   short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb
   short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/pylithapp.cfg
Log:
Small fixes. Fixed impulse amplitude coordinates. Fix curve id in gradient journal file. Move parameter setting in .cfg file.

Modified: short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/gradient.jou
===================================================================
--- short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/gradient.jou	2013-06-27 00:00:55 UTC (rev 22433)
+++ short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/gradient.jou	2013-06-27 00:02:40 UTC (rev 22434)
@@ -39,7 +39,7 @@
 curve 21 size {dxC}
 
 # A to D
-curve 18 scheme bias fine size {dxA} coarse size {dxD} start vertex 11
+curve 14 scheme bias fine size {dxA} coarse size {dxD} start vertex 11
 
 # B to C
 curve 16 scheme bias fine size {dxA} coarse size {dxD} start vertex 12
@@ -53,3 +53,4 @@
 
 
 
+

Modified: short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb
===================================================================
--- short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb	2013-06-27 00:00:55 UTC (rev 22433)
+++ short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb	2013-06-27 00:02:40 UTC (rev 22434)
@@ -20,5 +20,5 @@
 // (1) x coordinate (km)
 // (2) y coordinate (km)
 // (3) slip (m)
-0.0  +18.0   -1.0
-0.0  +18.1    0.0
+0.0  -18.0   -1.0
+0.0  -18.1    0.0

Modified: short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/pylithapp.cfg	2013-06-27 00:00:55 UTC (rev 22433)
+++ short/3D/PyLith/branches/v1.9-stable/examples/2d/greensfns/reverse/pylithapp.cfg	2013-06-27 00:02:40 UTC (rev 22434)
@@ -130,9 +130,9 @@
 [pylithapp.problem.formulation.output.points]
 coordsys.space_dim = 2
 coordsys.units = km
+reader.filename = output_points.txt
 
 writer = pylith.meshio.DataWriterHDF5Mesh
-reader.filename = output_points.txt
 
 [pylithapp.problem.interfaces.fault.output]
 writer = pylith.meshio.DataWriterHDF5SubSubMesh



More information about the CIG-COMMITS mailing list