[cig-commits] r18633 - short/3D/PyLith/trunk/libsrc/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Wed Jun 15 08:37:10 PDT 2011


Author: brad
Date: 2011-06-15 08:37:09 -0700 (Wed, 15 Jun 2011)
New Revision: 18633

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc
Log:
Update for PETSc changes.

Modified: short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc	2011-06-15 03:31:22 UTC (rev 18632)
+++ short/3D/PyLith/trunk/libsrc/pylith/problems/SolverNonlinear.cc	2011-06-15 15:37:09 UTC (rev 18633)
@@ -55,7 +55,7 @@
 	void                     *precheck;                                                        /* user-defined step-checking context (optional) */
 	PetscErrorCode           (*postcheckstep)(PetscSNES,PetscVec,PetscVec,PetscVec,void*,PetscBool *,PetscBool *); /* step-checking routine (optional) */
 	void                     *postcheck;                                                       /* user-defined step-checking context (optional) */
-	PetscViewerASCIIMonitor  monitor;
+	PetscViewer  monitor;
       } SNES_LS;
     } // _SolverNonlinear
   } // problems



More information about the CIG-COMMITS mailing list