[cig-commits] [commit] knepley/upgrade-petsc-interface: Faults: We were smarter than we thought - Cohesive cell closures determine the edges used, so we don't need to do anything (37e2098)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Mar 4 19:20:37 PST 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/d5cd09cc75d5998a65749ad45611f1985520f663...37e2098396275cfd63fcf1498024739b6fac6398

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

commit 37e2098396275cfd63fcf1498024739b6fac6398
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Tue Mar 4 21:20:28 2014 -0600

    Faults: We were smarter than we thought
    - Cohesive cell closures determine the edges used, so we don't need to do anything


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

37e2098396275cfd63fcf1498024739b6fac6398
 libsrc/pylith/faults/CohesiveTopology.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libsrc/pylith/faults/CohesiveTopology.cc b/libsrc/pylith/faults/CohesiveTopology.cc
index 37143d2..b7c9b84 100644
--- a/libsrc/pylith/faults/CohesiveTopology.cc
+++ b/libsrc/pylith/faults/CohesiveTopology.cc
@@ -637,7 +637,6 @@ pylith::faults::CohesiveTopology::createInterpolated(topology::Mesh* mesh,
   err = DMPlexLabelCohesiveComplete(dm, label, PETSC_FALSE, faultMesh.dmMesh());PYLITH_CHECK_ERROR(err);
   err = DMPlexConstructCohesiveCells(dm, label, &sdm);PYLITH_CHECK_ERROR(err);
 
-  /* TODO: Eliminate Lagrange dofs from lopback edges */
   err = DMPlexGetDimension(dm, &dim);PYLITH_CHECK_ERROR(err);
   err = DMPlexGetLabel(sdm, "material-id", &mlabel);PYLITH_CHECK_ERROR(err);
   if (mlabel) {



More information about the CIG-COMMITS mailing list