[cig-commits] r18446 - in short/3D/PyLith/trunk: . libsrc/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Mon May 23 13:00:20 PDT 2011


Author: brad
Date: 2011-05-23 13:00:20 -0700 (Mon, 23 May 2011)
New Revision: 18446

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc
Log:
Fixed comment on projecting solution to admissible space before computing residual for nonlinear solver.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-05-23 19:54:16 UTC (rev 18445)
+++ short/3D/PyLith/trunk/TODO	2011-05-23 20:00:20 UTC (rev 18446)
@@ -6,14 +6,13 @@
   rate and state friction - sliding test
   predictor/corrector scheme?
 
+  manual - top of pg 86 , k -> p
+
   [SPATIALDATA]
   SimpleIOAscii - check that we read all the points expected
 
 * BUILDBOT
 
-  Cleanup figs in userguide
-    Does Lyx generate eps files automatically from jpg?
-
   (1) cygwin
       + packaging
 

Modified: short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc	2011-05-23 19:54:16 UTC (rev 18445)
+++ short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc	2011-05-23 20:00:20 UTC (rev 18446)
@@ -210,8 +210,7 @@
   Formulation* formulation = (Formulation*) context;
   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