[cig-commits] r12077 - in short/3D/PyLith/benchmarks/trunk/quasistatic: reversenog/figs reversenog/parameters strikeslipnog/parameters
brad at geodynamics.org
brad at geodynamics.org
Tue Jun 3 09:14:18 PDT 2008
Author: brad
Date: 2008-06-03 09:14:18 -0700 (Tue, 03 Jun 2008)
New Revision: 12077
Modified:
short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_soln.py
short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
Log:
Updated for ability to handle multiple earthquake sources.
Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_soln.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_soln.py 2008-06-03 15:36:36 UTC (rev 12076)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_soln.py 2008-06-03 16:14:18 UTC (rev 12077)
@@ -53,8 +53,8 @@
colorbar = script.engine.current_object.module_manager.scalar_lut_manager
colorbar.show_scalar_bar = False
- colorbar.data_range = (0.0, 0.8)
- colorbar.number_of_labels = 5
+ colorbar.data_range = (0.0, 0.75)
+ colorbar.number_of_labels = 4
colorbar.scalar_bar.label_format = "%3.1f"
w,h = colorbar.scalar_bar.position2
colorbar.scalar_bar.position2 = (w, 0.1)
Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg 2008-06-03 15:36:36 UTC (rev 12076)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg 2008-06-03 16:14:18 UTC (rev 12077)
@@ -101,7 +101,7 @@
quadrature = pylith.feassemble.quadrature.Quadrature2Din3D
mat_db.iohandler.filename = mat_elastic.spatialdb
-[pylithapp.timedependent.interfaces.fault.eq_src.slip_function]
+[pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
slip.label = Final slip
slip.iohandler.filename = slip_tapered.spatialdb
slip.query_type = nearest
Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg 2008-06-03 15:36:36 UTC (rev 12076)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg 2008-06-03 16:14:18 UTC (rev 12077)
@@ -88,7 +88,7 @@
quadrature = pylith.feassemble.quadrature.Quadrature2Din3D
mat_db.iohandler.filename = mat_elastic.spatialdb
-[pylithapp.timedependent.interfaces.fault.eq_src.slip_function]
+[pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
slip.label = Final slip
slip.iohandler.filename = slip_tapered.spatialdb
slip.query_type = nearest
More information about the cig-commits
mailing list