[cig-commits] [commit] knepley/fix-faults-parallel: Updated embedded fault unit tests for change in treatment of fault halo. (0078990)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Apr 17 14:52:37 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/fix-faults-parallel
Link       : https://github.com/geodynamics/pylith/compare/fbb1d73d7f7f09978cce96bbd23b25f4c69f19b7...00789904641d4e7624704b12d090a37853fe558d

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

commit 00789904641d4e7624704b12d090a37853fe558d
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Apr 17 14:52:27 2014 -0700

    Updated embedded fault unit tests for change in treatment of fault halo.
    
    Cohesive cells in fault halo are now included in the fault label (material-
    id).


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

00789904641d4e7624704b12d090a37853fe558d
 unittests/libtests/faults/data/CohesiveDataQuad4h.cc | 2 +-
 unittests/libtests/faults/data/CohesiveDataQuad4i.cc | 2 +-
 unittests/libtests/faults/data/CohesiveDataTri3g.cc  | 2 +-
 unittests/libtests/faults/data/CohesiveDataTri3h.cc  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/unittests/libtests/faults/data/CohesiveDataQuad4h.cc b/unittests/libtests/faults/data/CohesiveDataQuad4h.cc
index 72c95f1..c8d7ea3 100644
--- a/unittests/libtests/faults/data/CohesiveDataQuad4h.cc
+++ b/unittests/libtests/faults/data/CohesiveDataQuad4h.cc
@@ -110,7 +110,7 @@ const int pylith::faults::CohesiveDataQuad4h::_numCorners[14] = {
 
 const int pylith::faults::CohesiveDataQuad4h::_materialIds[14] = {
   10, 10, 11, 10, 10, 11, 12, 12, 11,
-  2, -999, 1, 1, -999, 
+  2, 2, 1, 1, 1, 
 };
 
 const int pylith::faults::CohesiveDataQuad4h::_numGroups = 2;
diff --git a/unittests/libtests/faults/data/CohesiveDataQuad4i.cc b/unittests/libtests/faults/data/CohesiveDataQuad4i.cc
index a8ad2e0..8de1688 100644
--- a/unittests/libtests/faults/data/CohesiveDataQuad4i.cc
+++ b/unittests/libtests/faults/data/CohesiveDataQuad4i.cc
@@ -78,7 +78,7 @@ const int pylith::faults::CohesiveDataQuad4i::_numCorners[9] = {
 
 const int pylith::faults::CohesiveDataQuad4i::_materialIds[9] = {
   10, 10, 10, 11, 10, 11,
-  -999, 1, 1,
+  1, 1, 1,
 };
 
 const int pylith::faults::CohesiveDataQuad4i::_numGroups = 3;
diff --git a/unittests/libtests/faults/data/CohesiveDataTri3g.cc b/unittests/libtests/faults/data/CohesiveDataTri3g.cc
index f8dde1e..4877cf4 100644
--- a/unittests/libtests/faults/data/CohesiveDataTri3g.cc
+++ b/unittests/libtests/faults/data/CohesiveDataTri3g.cc
@@ -37,7 +37,7 @@ const int pylith::faults::CohesiveDataTri3g::_numCorners[8] = {
 
 const int pylith::faults::CohesiveDataTri3g::_materialIds[8] = {
   0,  2,  0,  2,  0,  2,
-  -999, 1,
+  1, 1,
 };
 
 const int pylith::faults::CohesiveDataTri3g::_numGroups = 2;
diff --git a/unittests/libtests/faults/data/CohesiveDataTri3h.cc b/unittests/libtests/faults/data/CohesiveDataTri3h.cc
index 0a6cec5..0cfe476 100644
--- a/unittests/libtests/faults/data/CohesiveDataTri3h.cc
+++ b/unittests/libtests/faults/data/CohesiveDataTri3h.cc
@@ -38,7 +38,7 @@ const int pylith::faults::CohesiveDataTri3h::_numCorners[15] = {
 const int pylith::faults::CohesiveDataTri3h::_materialIds[15] = {
   0, 0, 0, 0, 
   2, 2, 3, 3, 3, 2, 3,
-  1, -999, 1, -999,
+  1, 1, 1, 1,
 };
 
 const int pylith::faults::CohesiveDataTri3h::_numGroups = 2;



More information about the CIG-COMMITS mailing list