[cig-commits] r4853 - in long/3D/Gale/trunk/src/StGermain: . Discretisation/Mesh/src

walter at geodynamics.org walter at geodynamics.org
Wed Oct 11 13:47:14 PDT 2006


Author: walter
Date: 2006-10-11 13:47:14 -0700 (Wed, 11 Oct 2006)
New Revision: 4853

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.c
   long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.h
Log:
 r2910 at earth:  boo | 2006-10-11 13:42:39 -0700
  r2826 at earth (orig r3814):  LukeHodkinson | 2006-09-26 20:33:04 -0700
  Added a link to the new mesh topology on the
  ElementLayout class.
  
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2909
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3813
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2910
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3814

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.c	2006-10-11 20:47:11 UTC (rev 4852)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.c	2006-10-11 20:47:14 UTC (rev 4853)
@@ -121,6 +121,7 @@
 	self->elementCount = 0;
 	self->elementCornerCount = 0;
 	self->cornerCount = 0;
+	self->topo = NULL;
 }
 
 

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.h
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.h	2006-10-11 20:47:11 UTC (rev 4852)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/ElementLayout.h	2006-10-11 20:47:14 UTC (rev 4853)
@@ -86,7 +86,9 @@
 		Index							elementCornerCount; \
 		Index							cornerCount; \
 		Index							elementEdgeCount; \
-		Index							edgeCount;
+		Index							edgeCount; \
+		\
+		MeshTopology*						topo;
 
 	struct _ElementLayout { __ElementLayout };
 	



More information about the cig-commits mailing list