[cig-commits] r22752 - short/3D/PyLith/trunk/unittests/libtests/topology/data

brad at geodynamics.org brad at geodynamics.org
Tue Sep 3 08:26:55 PDT 2013


Author: brad
Date: 2013-09-03 08:26:54 -0700 (Tue, 03 Sep 2013)
New Revision: 22752

Modified:
   short/3D/PyLith/trunk/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1.cc
Log:
Updated tet4 refinement test data.

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1.cc	2013-09-02 10:52:04 UTC (rev 22751)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/data/MeshDataCohesiveTet4Level1.cc	2013-09-03 15:26:54 UTC (rev 22752)
@@ -39,32 +39,32 @@
 
 const int pylith::topology::MeshDataCohesiveTet4Level1::_numCornersCohesive = 9;
 
-const PylithScalar pylith::topology::MeshDataCohesiveTet4Level1::_vertices[] = {
+const PylithScalar pylith::topology::MeshDataCohesiveTet4Level1::_vertices[14*3] = {
   -1.000000e+00,      0.000000e+00,      0.000000e+00,
    0.000000e+00,     -1.000000e+00,      0.000000e+00,
    0.000000e+00,      0.000000e+00,      1.000000e+00,
    0.000000e+00,      1.000000e+00,      0.000000e+00,
    1.000000e+00,      0.000000e+00,      0.000000e+00,
    0.000000e+00,     -5.000000e-01,      5.000000e-01,
+   0.000000e+00,      0.000000e+00,      0.000000e+00,
    0.000000e+00,      5.000000e-01,      5.000000e-01,
-   0.000000e+00,      0.000000e+00,      0.000000e+00,
+  -5.000000e-01,      0.000000e+00,      5.000000e-01,
   -5.000000e-01,     -5.000000e-01,      0.000000e+00,
-  -5.000000e-01,      0.000000e+00,      5.000000e-01,
   -5.000000e-01,      5.000000e-01,      0.000000e+00,
+   5.000000e-01,      5.000000e-01,      0.000000e+00,
    5.000000e-01,     -5.000000e-01,      0.000000e+00,
-   5.000000e-01,      5.000000e-01,      0.000000e+00,
    5.000000e-01,      0.000000e+00,      5.000000e-01,
 };
 
-const int pylith::topology::MeshDataCohesiveTet4Level1::_cells[] = {
-  17,  24,  21,  23,
-  21,  22,  23,  24,
-  21,  24,  25,  22,
-  18,  25,  22,  21,
-  23,  26,  24,  22,
-  19,  26,  23,  22,
-  22,  25,  26,  24,
-  16,  24,  26,  25,
+const int pylith::topology::MeshDataCohesiveTet4Level1::_cells[16*4] = {
+  21, 18, 23, 24,
+  17, 21, 22, 25,
+  22, 23, 19, 26,
+  25, 24, 26, 16,
+  24, 23, 21, 26,
+  25, 21, 22, 26,
+  22, 23, 26, 21,
+  26, 24, 25, 21,
   17,  27,  23,  21,
   23,  22,  21,  27,
   23,  27,  28,  22,



More information about the CIG-COMMITS mailing list