[cig-commits] r5763 - in long/3D/Gale/trunk/src/StgFEM: . SLE/ProvidedSystems/StokesFlow/src

walter at geodynamics.org walter at geodynamics.org
Thu Jan 11 21:03:57 PST 2007


Author: walter
Date: 2007-01-11 21:03:57 -0800 (Thu, 11 Jan 2007)
New Revision: 5763

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/SLE/ProvidedSystems/StokesFlow/src/Stokes_SLE_UzawaSolver.c
Log:
 r947 at earth (orig r706):  LukeHodkinson | 2007-01-09 23:17:39 -0800
 Changed a dictionary key.
 



Property changes on: long/3D/Gale/trunk/src/StgFEM
___________________________________________________________________
Name: svk:merge
   - 38867592-cf10-0410-9e16-a142ea72ac34:/cig:880
db209038-57f2-0310-97fa-b160e0ae9d04:/branches/decomp3d:705
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669
   + 38867592-cf10-0410-9e16-a142ea72ac34:/cig:880
db209038-57f2-0310-97fa-b160e0ae9d04:/branches/decomp3d:706
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/ProvidedSystems/StokesFlow/src/Stokes_SLE_UzawaSolver.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/ProvidedSystems/StokesFlow/src/Stokes_SLE_UzawaSolver.c	2007-01-12 05:03:52 UTC (rev 5762)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/ProvidedSystems/StokesFlow/src/Stokes_SLE_UzawaSolver.c	2007-01-12 05:03:57 UTC (rev 5763)
@@ -273,7 +273,7 @@
 
 	_Stokes_SLE_UzawaSolver_Init( self, preconditioner, maxUzawaIterations, tolerance, useAbsoluteTolerance );
 
-	self->velSolver = Stg_ComponentFactory_ConstructByKey( cf, self->name, "matrixSolver", MatrixSolver, 
+	self->velSolver = Stg_ComponentFactory_ConstructByKey( cf, self->name, "velocitySolver", MatrixSolver, 
 							       False, data );
 	if( !self->velSolver ) {
 #ifdef HAVE_PETSC



More information about the cig-commits mailing list