[cig-commits] r18445 - short/3D/PyLith/branches/v1.5-stable/libsrc/problems

brad at geodynamics.org brad at geodynamics.org
Mon May 23 12:54:16 PDT 2011


Author: brad
Date: 2011-05-23 12:54:16 -0700 (Mon, 23 May 2011)
New Revision: 18445

Modified:
   short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc
Log:
Fixed comment on projecting solution to admissible space before computing residual for nonlinear solver.

Modified: short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc	2011-05-23 16:21:55 UTC (rev 18444)
+++ short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc	2011-05-23 19:54:16 UTC (rev 18445)
@@ -165,7 +165,7 @@
   assert(0 != formulation);
 
 
-  // TEMPORARY - ASK MATT
+  // Project solution back to admissible space.
   formulation->constrainSolnSpace(&tmpSolutionVec);
 
   // Reform residual



More information about the CIG-COMMITS mailing list