[cig-commits] [commit] knepley/upgrade-petsc-interface: TopologyTests: Fixed data for tet4 fault test (98b94cb)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Oct 29 12:35:25 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/bdcd276300d9bfb60c6eb1bf5ab7622d170ed3c3...fa51e996b6e488bee3553868d0bcf40e778caa3b

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

commit 98b94cbe102397fe1a0e9ce7b0fd0c94c6268962
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Tue Oct 29 14:36:13 2013 -0500

    TopologyTests: Fixed data for tet4 fault test


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

98b94cbe102397fe1a0e9ce7b0fd0c94c6268962
 .../libtests/topology/data/MeshDataCohesiveTet4Level1Fault1.cc      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1Fault1.cc b/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1Fault1.cc
index 64668ab..4a4388f 100644
--- a/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1Fault1.cc
+++ b/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1Fault1.cc
@@ -26,7 +26,7 @@ const char* pylith::topology::MeshDataCohesiveTet4Level1Fault1::_faultA =
   "fault";
 const char* pylith::topology::MeshDataCohesiveTet4Level1Fault1::_faultB = 0;
 
-const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_numVertices = 26;
+const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_numVertices = 20;
 
 const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_spaceDim = 3;
 
@@ -38,7 +38,7 @@ const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_cellDim = 3;
 
 const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_numCorners = 4;
 
-const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_numCornersCohesive = 9;
+const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_numCornersCohesive = 6;
 
 const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_matIdSum = 
   8*1 + 8*2 + 4*100;
@@ -46,7 +46,7 @@ const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_matIdSum =
 const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_numGroups = 4;
 
 const int pylith::topology::MeshDataCohesiveTet4Level1Fault1::_groupSizes[4] = {
-  4, 4, 2, 18,
+  6, 6, 2, 38,
 };
 
 const char* pylith::topology::MeshDataCohesiveTet4Level1Fault1::_groupNames[4] = {



More information about the CIG-COMMITS mailing list