[cig-commits] r4802 - in long/3D/Gale/trunk/src/PICellerator: . MaterialPoints/src Weights/tests/plugins

walter at geodynamics.org walter at geodynamics.org
Wed Oct 11 13:42:00 PDT 2006


Author: walter
Date: 2006-10-11 13:41:59 -0700 (Wed, 11 Oct 2006)
New Revision: 4802

Modified:
   long/3D/Gale/trunk/src/PICellerator/
   long/3D/Gale/trunk/src/PICellerator/MaterialPoints/src/ParticleFeVariable.c
   long/3D/Gale/trunk/src/PICellerator/Weights/tests/plugins/testElementIntegral.c
Log:
 r491 at earth:  boo | 2006-10-11 13:40:23 -0700
  r484 at earth (orig r371):  KathleenHumble | 2006-10-05 01:11:34 -0700
  Implementing a reasonably big change to the FeildVariable:
  Adding in a Bool isCheckpointedAndReloaded
  that at present can not be set per FieldVariable type
  except by using the standard method of deciding which
  variables to checkpoint...
  
  This change is to prevent the checkpointing system from
  checkpointing spurious FieldVariables that were breaking
  some of the checkpointing tests.
  
  At present, this new flag cannot be set from the xml
  
  
 



Property changes on: long/3D/Gale/trunk/src/PICellerator
___________________________________________________________________
Name: svk:merge
   - 00de75e2-39f1-0310-8538-9683d00a49cc:/trunk:370
aee11096-cf10-0410-a191-eea5772ba81f:/cig:490
   + 00de75e2-39f1-0310-8538-9683d00a49cc:/trunk:371
aee11096-cf10-0410-a191-eea5772ba81f:/cig:491

Modified: long/3D/Gale/trunk/src/PICellerator/MaterialPoints/src/ParticleFeVariable.c
===================================================================
--- long/3D/Gale/trunk/src/PICellerator/MaterialPoints/src/ParticleFeVariable.c	2006-10-11 20:41:57 UTC (rev 4801)
+++ long/3D/Gale/trunk/src/PICellerator/MaterialPoints/src/ParticleFeVariable.c	2006-10-11 20:41:59 UTC (rev 4802)
@@ -113,6 +113,7 @@
 			NULL,   /* templateFeVariable */
 			0,      /* fieldComponentCount */
 			0,	/* dim */
+			True, /* isCheckpointedAndReloaded */
 			NULL,	/* import format type */
 			NULL,	/* export format type */
 			0,	/* communicator */

Modified: long/3D/Gale/trunk/src/PICellerator/Weights/tests/plugins/testElementIntegral.c
===================================================================
--- long/3D/Gale/trunk/src/PICellerator/Weights/tests/plugins/testElementIntegral.c	2006-10-11 20:41:57 UTC (rev 4801)
+++ long/3D/Gale/trunk/src/PICellerator/Weights/tests/plugins/testElementIntegral.c	2006-10-11 20:41:59 UTC (rev 4802)
@@ -132,7 +132,7 @@
 
 	/* Create FeVariable */
 	feVariable = FeVariable_New_Full( "feVariable", mesh, NULL, NULL, NULL, NULL, NULL, NULL, 
-			1, context->dim, StgFEM_Native_ImportExportType, StgFEM_Native_ImportExportType,
+			1, context->dim, False, StgFEM_Native_ImportExportType, StgFEM_Native_ImportExportType,
 			MPI_COMM_WORLD, context->fieldVariable_Register );
 
 	funcName = Dictionary_GetString( context->dictionary, "FunctionName" );



More information about the cig-commits mailing list