[cig-commits] [commit] knepley/upgrade-petsc-interface: Updated adjust topology test data for removal of halo cells from material-id label. (21f83b2)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Mar 4 15:26:26 PST 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/0f9aecd785548d16270e843761de6f709bb4d3ab...21f83b235d676ea8662af1e55fe0e6b61a97064f

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

commit 21f83b235d676ea8662af1e55fe0e6b61a97064f
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Mar 4 15:26:17 2014 -0800

    Updated adjust topology test data for removal of halo cells from material-id label.


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

21f83b235d676ea8662af1e55fe0e6b61a97064f
 unittests/libtests/faults/data/CohesiveDataQuad4i.cc | 6 +++---
 unittests/libtests/faults/data/CohesiveDataTri3g.cc  | 2 +-
 unittests/libtests/faults/data/CohesiveDataTri3h.cc  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/unittests/libtests/faults/data/CohesiveDataQuad4i.cc b/unittests/libtests/faults/data/CohesiveDataQuad4i.cc
index 3c57d96..a8ad2e0 100644
--- a/unittests/libtests/faults/data/CohesiveDataQuad4i.cc
+++ b/unittests/libtests/faults/data/CohesiveDataQuad4i.cc
@@ -47,12 +47,12 @@
  * |  0   |   1   |
  * |      |       |
  * |      |  6    |
- *12 ----13-21----14
+ *12 ----13-21-----14
  * |      |  |      |
  * |      |7 |      |
  * |  2   |  |  3   |
  * |      |  |      |
- *15 ----16-22----17
+ *15 ----16-22-----17
  * |      |  |      |
  * |  4   |  |  5   |
  * |      |8 |      |
@@ -78,7 +78,7 @@ const int pylith::faults::CohesiveDataQuad4i::_numCorners[9] = {
 
 const int pylith::faults::CohesiveDataQuad4i::_materialIds[9] = {
   10, 10, 10, 11, 10, 11,
-  1, 1, 1,
+  -999, 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 4877cf4..f8dde1e 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,
-  1, 1,
+  -999, 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 0cfe476..0a6cec5 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, 1, 1, 1,
+  1, -999, 1, -999,
 };
 
 const int pylith::faults::CohesiveDataTri3h::_numGroups = 2;



More information about the CIG-COMMITS mailing list