[cig-commits] r6092 - in long/3D/Gale/trunk/src/StgFEM: . Discretisation/src

walter at geodynamics.org walter at geodynamics.org
Fri Feb 23 10:03:48 PST 2007


Author: walter
Date: 2007-02-23 10:03:47 -0800 (Fri, 23 Feb 2007)
New Revision: 6092

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/Discretisation/src/FeEquationNumber.c
Log:
 r978 at earth (orig r720):  LukeHodkinson | 2007-01-29 14:02:44 -0800
 Was failing to set the lowest local equation number.
 I don't think this was actually affecting anything unless
 boundary conditions were marked to be left in the 
 system.
 



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:717
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669
   + 38867592-cf10-0410-9e16-a142ea72ac34:/cig:880
db209038-57f2-0310-97fa-b160e0ae9d04:/branches/decomp3d:720
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:669

Modified: long/3D/Gale/trunk/src/StgFEM/Discretisation/src/FeEquationNumber.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Discretisation/src/FeEquationNumber.c	2007-02-23 18:03:43 UTC (rev 6091)
+++ long/3D/Gale/trunk/src/StgFEM/Discretisation/src/FeEquationNumber.c	2007-02-23 18:03:47 UTC (rev 6092)
@@ -2416,6 +2416,7 @@
 	self->localEqNumsOwnedCount = curEqNum;
 	self->firstOwnedEqNum = base;
 	self->lastOwnedEqNum = subTotal - 1;
+	self->_lowestLocalEqNum = self->firstOwnedEqNum;
 
 	/* Bcast global sum from highest rank. */
 	MPI_Bcast( &self->globalSumUnconstrainedDofs, 1, MPI_UNSIGNED, nProcs - 1, comm );



More information about the cig-commits mailing list