[cig-commits] [commit] baagaard/add-examples-debugging, baagaard/add-release-2.0.3, baagaard/add-release-2.1.0, baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-error-messages, baagaard/fix-faults-intersect, baagaard/fix-friction-initial-state, baagaard/update-autoconf, knepley/feature-petsc-fe, knepley/upgrade-petsc-3.5, knepley/upgrade-petsc-master, maint, master, next, willic3/fix-plasticity: Accidentally removed errors. (a93bb2f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:42:38 PST 2014


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

On branches: baagaard/add-examples-debugging,baagaard/add-release-2.0.3,baagaard/add-release-2.1.0,baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-error-messages,baagaard/fix-faults-intersect,baagaard/fix-friction-initial-state,baagaard/update-autoconf,knepley/feature-petsc-fe,knepley/upgrade-petsc-3.5,knepley/upgrade-petsc-master,maint,master,next,willic3/fix-plasticity
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

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