[cig-commits] r21960 - in short/3D/PyLith/trunk/libsrc/pylith: faults meshio

knepley at geodynamics.org knepley at geodynamics.org
Mon Apr 29 07:32:39 PDT 2013


Author: knepley
Date: 2013-04-29 07:32:39 -0700 (Mon, 29 Apr 2013)
New Revision: 21960

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/faults/FaultCohesive.hh
   short/3D/PyLith/trunk/libsrc/pylith/meshio/CellFilter.hh
Log:
Small changes to prepare for removing Sieve submeshes

Modified: short/3D/PyLith/trunk/libsrc/pylith/faults/FaultCohesive.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/faults/FaultCohesive.hh	2013-04-29 12:21:01 UTC (rev 21959)
+++ short/3D/PyLith/trunk/libsrc/pylith/faults/FaultCohesive.hh	2013-04-29 14:32:39 UTC (rev 21960)
@@ -114,8 +114,7 @@
   bool _useLagrangeConstraints; ///< True if uses Lagrange multipliers.
 
   /// Map label of cohesive cell to label of fault cell.
-  std::map<topology::Mesh::SieveMesh::point_type,
-           topology::SubMesh::SieveMesh::point_type> _cohesiveToFault;
+  std::map<PetscInt, PetscInt> _cohesiveToFault;
 
 // PRIVATE MEMBERS ////////////////////////////////////////////////////
 private :

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/CellFilter.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/CellFilter.hh	2013-04-29 12:21:01 UTC (rev 21959)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/CellFilter.hh	2013-04-29 14:32:39 UTC (rev 21960)
@@ -40,15 +40,6 @@
 class pylith::meshio::CellFilter
 { // CellFilter
 
-// PROTECTED TYPEDEFS ///////////////////////////////////////////////////
-protected:
-
-  // Convenience typedefs
-  typedef typename mesh_type::SieveMesh SieveMesh;
-  typedef typename SieveMesh::label_sequence label_sequence;
-  typedef typename field_type::Mesh::RealSection RealSection;
-  typedef typename RealSection::chart_type chart_type;
-
 // PUBLIC METHODS ///////////////////////////////////////////////////////
 public :
 



More information about the CIG-COMMITS mailing list