[cig-commits] r20850 - short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Thu Oct 18 10:09:45 PDT 2012


Author: brad
Date: 2012-10-18 10:09:45 -0700 (Thu, 18 Oct 2012)
New Revision: 20850

Modified:
   short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverLinear.cc
Log:
Removed extra lines.

Modified: short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverLinear.cc
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverLinear.cc	2012-10-18 17:08:50 UTC (rev 20849)
+++ short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverLinear.cc	2012-10-18 17:09:45 UTC (rev 20850)
@@ -120,12 +120,6 @@
   } // else
   jacobian->resetValuesChanged();
 
-  // Update KSP operators with custom preconditioner if necessary.
-  const ALE::Obj<RealSection>& solutionSection = solution->section();
-  assert(!solutionSection.isNull());
-  const ALE::Obj<SieveMesh>& sieveMesh = solution->mesh().sieveMesh();
-  assert(!sieveMesh.isNull());
-
   const PetscVec residualVec = residual.vector();
   const PetscVec solutionVec = solution->vector();
 



More information about the CIG-COMMITS mailing list