[cig-commits] [commit] knepley/upgrade-petsc-interface: Fault test quad4h: Fixed material id data (d5cd09c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Mar 4 19:07:44 PST 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/69d1381cfee5ae37c85808aee9eaaeeab995e8e7...d5cd09cc75d5998a65749ad45611f1985520f663

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

commit d5cd09cc75d5998a65749ad45611f1985520f663
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Tue Mar 4 21:07:32 2014 -0600

    Fault test quad4h: Fixed material id data


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

d5cd09cc75d5998a65749ad45611f1985520f663
 unittests/libtests/faults/data/CohesiveDataQuad4h.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/libtests/faults/data/CohesiveDataQuad4h.cc b/unittests/libtests/faults/data/CohesiveDataQuad4h.cc
index c8d7ea3..72c95f1 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, 2, 1, 1, 1, 
+  2, -999, 1, 1, -999, 
 };
 
 const int pylith::faults::CohesiveDataQuad4h::_numGroups = 2;



More information about the CIG-COMMITS mailing list