[cig-commits] [commit] master: Temporary fix for change in PETSc interface. (3b65771)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 8 09:13:03 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : master
Link       : https://github.com/geodynamics/pylith/compare/ce8f559fcf9a4f6ce6590b51070ba390177edad5...3b657718e5b48e38c4eb86fe9465030314f19523

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

commit 3b657718e5b48e38c4eb86fe9465030314f19523
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu May 8 09:12:59 2014 -0700

    Temporary fix for change in PETSc interface.
    
    Branch knepley/fix-faults-parallel will provide complete update/fix.


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

3b657718e5b48e38c4eb86fe9465030314f19523
 libsrc/pylith/faults/CohesiveTopology.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsrc/pylith/faults/CohesiveTopology.cc b/libsrc/pylith/faults/CohesiveTopology.cc
index b7c9b84..1a17a2d 100644
--- a/libsrc/pylith/faults/CohesiveTopology.cc
+++ b/libsrc/pylith/faults/CohesiveTopology.cc
@@ -634,7 +634,7 @@ pylith::faults::CohesiveTopology::createInterpolated(topology::Mesh* mesh,
   err = DMLabelClearStratum(label, mesh->dimension());PYLITH_CHECK_ERROR(err);
   // Completes the set of cells scheduled to be replaced
   //   Have to do internal fault vertices before fault boundary vertices, and this is the only thing I use faultBoundary for
-  err = DMPlexLabelCohesiveComplete(dm, label, PETSC_FALSE, faultMesh.dmMesh());PYLITH_CHECK_ERROR(err);
+  err = DMPlexLabelCohesiveComplete(dm, label, NULL, PETSC_FALSE, faultMesh.dmMesh());PYLITH_CHECK_ERROR(err);
   err = DMPlexConstructCohesiveCells(dm, label, &sdm);PYLITH_CHECK_ERROR(err);
 
   err = DMPlexGetDimension(dm, &dim);PYLITH_CHECK_ERROR(err);



More information about the CIG-COMMITS mailing list