[cig-commits] [commit] knepley/fix-faults-parallel: Fault Test: Fixed data for Hex8j - Fault cells have 5 vertices since 3 are clamped per cell - Fault label includes split points (def84fe)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sat May 10 07:05:04 PDT 2014


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

On branch  : knepley/fix-faults-parallel
Link       : https://github.com/geodynamics/pylith/compare/8789e1ef47fc9d7c022101c30927533283e074a3...def84fe9af928631b5335552d415b67fe85098e8

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

commit def84fe9af928631b5335552d415b67fe85098e8
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Sat May 10 09:04:59 2014 -0500

    Fault Test: Fixed data for Hex8j
    - Fault cells have 5 vertices since 3 are clamped per cell
    - Fault label includes split points


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

def84fe9af928631b5335552d415b67fe85098e8
 unittests/libtests/faults/data/CohesiveDataHex8j.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/unittests/libtests/faults/data/CohesiveDataHex8j.cc b/unittests/libtests/faults/data/CohesiveDataHex8j.cc
index d3bc533..96b7444 100644
--- a/unittests/libtests/faults/data/CohesiveDataHex8j.cc
+++ b/unittests/libtests/faults/data/CohesiveDataHex8j.cc
@@ -52,6 +52,8 @@ const int pylith::faults::CohesiveDataHex8j::_numCorners[22] = {
   8,
   8,
   8,
+  5,
+  5,
 };
 
 const int pylith::faults::CohesiveDataHex8j::_materialIds[22] = {
@@ -62,7 +64,7 @@ const int pylith::faults::CohesiveDataHex8j::_materialIds[22] = {
 const int pylith::faults::CohesiveDataHex8j::_numGroups = 3;
 
 const int pylith::faults::CohesiveDataHex8j::_groupSizes[3] = {
-  21+31+10, 5+4, 6+7+2 // vertices+edges+faces 
+  21+31+10, 5+4, 6+7+2 + 1+2+3 // vertices+edges+faces + split versions
 };
 
 const char* pylith::faults::CohesiveDataHex8j::_groupNames[3] = {



More information about the CIG-COMMITS mailing list