[cig-commits] [commit] knepley/upgrade-petsc-interface: Topology: Took groupField out of createInterpolate() interface (94a0fc3)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 21 08:37:10 PST 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/98809641a2f06d95f29257aaa275c3523f4eb303...14e3c7218d29e16d44beae10754c16e527273126

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

commit 94a0fc313bac7e07b717770f4e8cefafcdabf3d2
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Thu Nov 21 10:39:36 2013 -0600

    Topology: Took groupField out of createInterpolate() interface


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

94a0fc313bac7e07b717770f4e8cefafcdabf3d2
 libsrc/pylith/faults/CohesiveTopology.cc | 2 --
 libsrc/pylith/faults/CohesiveTopology.hh | 1 -
 2 files changed, 3 deletions(-)

diff --git a/libsrc/pylith/faults/CohesiveTopology.cc b/libsrc/pylith/faults/CohesiveTopology.cc
index 1e68910..690f498 100644
--- a/libsrc/pylith/faults/CohesiveTopology.cc
+++ b/libsrc/pylith/faults/CohesiveTopology.cc
@@ -610,7 +610,6 @@ void
 pylith::faults::CohesiveTopology::createInterpolated(topology::Mesh* mesh,
 						     const topology::Mesh& faultMesh,
 						     PetscDM faultBoundary,
-						     PetscDMLabel groupField,
 						     const int materialId,
 						     int& firstFaultVertex,
 						     int& firstLagrangeVertex,
@@ -619,7 +618,6 @@ pylith::faults::CohesiveTopology::createInterpolated(topology::Mesh* mesh,
 { // createInterpolated
   assert(mesh);
   assert(faultBoundary);
-  assert(groupField);
   PetscDM        sdm   = NULL;
   PetscDMLabel   subpointMap = NULL, label = NULL;
   PetscErrorCode err;
diff --git a/libsrc/pylith/faults/CohesiveTopology.hh b/libsrc/pylith/faults/CohesiveTopology.hh
index 6a84813..b6801ee 100644
--- a/libsrc/pylith/faults/CohesiveTopology.hh
+++ b/libsrc/pylith/faults/CohesiveTopology.hh
@@ -99,7 +99,6 @@ public :
   void createInterpolated(topology::Mesh* mesh,
                           const topology::Mesh& faultMesh,
                           DM faultBoundary,
-                          DMLabel groupField,
                           const int materialId,
                           int& firstFaultVertex,
                           int& firstLagrangeVertex,



More information about the CIG-COMMITS mailing list