[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: Add more errors into mat_elastic and step02. (7d4a694)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:42:30 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 7d4a694b4ad3d4b57fc3c1cbdc48b04f6e700577
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Jun 23 12:48:02 2014 -0700

    Add more errors into mat_elastic and step02.


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

7d4a694b4ad3d4b57fc3c1cbdc48b04f6e700577
 examples/debugging/mat_elastic.spatialdb | 4 ++--
 examples/debugging/step02.cfg            | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/examples/debugging/mat_elastic.spatialdb b/examples/debugging/mat_elastic.spatialdb
index bb5e2a5..605cc0a 100644
--- a/examples/debugging/mat_elastic.spatialdb
+++ b/examples/debugging/mat_elastic.spatialdb
@@ -8,9 +8,9 @@ SimpleDB {
   num-values = 3 // number of material property values
   value-names =  density vs vp // names of the material property values
   value-units =  kg/m**3  m/s  m/s // units
-    num-locs = 3 // number of locations
+  num-locs = 3 // number of locations
   data-dim = 0
-    space-dim = 2
+  space-dim = 2
   cs-data = cartesian {
     to-meters = 1.0
     space-dim = 3
diff --git a/examples/debugging/step02.cfg b/examples/debugging/step02.cfg
index 04c76a7..0788860 100644
--- a/examples/debugging/step02.cfg
+++ b/examples/debugging/step02.cfg
@@ -92,7 +92,6 @@ 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.



More information about the CIG-COMMITS mailing list