[cig-commits] [commit] baagaard/add-examples-debugging: Accidentally removed errors. (a93bb2f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Jun 24 13:19:24 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/add-examples-debugging
Link       : https://github.com/geodynamics/pylith/compare/3426804affbf3baa9d92a75776c62f7211aad7a4...a93bb2fe28f255a060b3d68b572e92dba839f386

>---------------------------------------------------------------

commit a93bb2fe28f255a060b3d68b572e92dba839f386
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Jun 24 13:19:17 2014 -0700

    Accidentally removed errors.


>---------------------------------------------------------------

a93bb2fe28f255a060b3d68b572e92dba839f386
 examples/debugging/step02.cfg | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/examples/debugging/step02.cfg b/examples/debugging/step02.cfg
index 90891dc..39bad4b 100644
--- a/examples/debugging/step02.cfg
+++ b/examples/debugging/step02.cfg
@@ -25,9 +25,9 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.problem.normalizer]
-length_scale = 1.0*km
+length_scale = 1.0e+3*km
 shear_modulus = 30.0*GPa
-relaxation_time = 2.0*year
+relaxation_time = 2.0*years
 
 [pylithapp.timedependent.formulation.time_step]
 # Define the total time for the simulation and the default time step size.
@@ -93,19 +93,17 @@ fault = pylith.faults.FaultCohesiveKin
 # Set the parameters for the fault interface condition.
 [pylithapp.timedependent.interfaces.fault]
 # The label corresponds to the name of the nodeset in CUBIT.
-label = fault
-edge = fault_edge
+label = fault_ext
 
 # We must define the quadrature information for fault cells.
 # The fault cells are 2D (surface).
-quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
 
 # The slip time and final slip are defined in spatial databases.
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 slip = spatialdata.spatialdb.UniformDB
 slip.label = Final slip
-slip.values = [left-lateral-slip, reverse-slip, fault-opening]
+slip.values = [lateral-slip, reverse-slip, fault-opening]
 slip.data = [+2.0*m, 0.0*m, 0.0*m]
 
 slip_time = spatialdata.spatialdb.UniformDB



More information about the CIG-COMMITS mailing list