[cig-commits] [commit] knepley/upgrade-petsc-interface: TopologyTests: Fixed data for tri3 fault test (4d86128)

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


Repository : ssh://geoshell/pylith

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

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

commit 4d8612861c6663d129669a4860fb77ce6b71af6c
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Tue Oct 29 14:36:37 2013 -0500

    TopologyTests: Fixed data for tri3 fault test


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

4d8612861c6663d129669a4860fb77ce6b71af6c
 .../libtests/topology/data/MeshDataCohesiveTri3Level1Fault1.cc      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



More information about the CIG-COMMITS mailing list