[cig-commits] r11752 - in short/3D/PyLith/trunk/unittests/libtests: bc faults feassemble meshio topology

knepley at geodynamics.org knepley at geodynamics.org
Fri Apr 4 07:28:07 PDT 2008


Author: knepley
Date: 2008-04-04 07:28:06 -0700 (Fri, 04 Apr 2008)
New Revision: 11752

Modified:
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryMulti.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPoints.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPointsMulti.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsManager.hh
Log:
Fixed tests


Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryMulti.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryMulti.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryMulti.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPoints.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPoints.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPoints.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPointsMulti.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPointsMulti.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletPointsMulti.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2008-04-04 14:28:06 UTC (rev 11752)
@@ -25,7 +25,7 @@
 
 // ----------------------------------------------------------------------
 // Get simple mesh for testing I/O.
-ALE::Obj<Mesh>*
+ALE::Obj<pylith::Mesh>*
 pylith::meshio::TestMeshIO::_createMesh(const MeshData& data)
 { // _createMesh
   // buildTopology() requires zero based index

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {
@@ -48,7 +48,7 @@
    *
    * @returns PETSc mesh
    */
-  ALE::Obj<Mesh>* _createMesh(const MeshData& data);
+  ALE::Obj<pylith::Mesh>* _createMesh(const MeshData& data);
 
   /** Check values in mesh against data.
    *

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsManager.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsManager.hh	2008-04-04 03:06:30 UTC (rev 11751)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsManager.hh	2008-04-04 14:28:06 UTC (rev 11752)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "pylith/utils/sievefwd.hh" // USES PETSc Mesh
+#include "pylith/utils/sievetypes.hh" // USES PETSc Mesh
 
 /// Namespace for pylith package
 namespace pylith {



More information about the cig-commits mailing list