[cig-commits] commit: Meta file out of data.

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:31 PST 2008


changeset:   35:c01e4fc98db4
user:        JulianGiordani
date:        Tue Jul 17 12:39:46 2007 +0000
files:       MaterialPoints/src/IntegrationPointsSwarm.meta MaterialPoints/src/MaterialPointsSwarm.meta MaterialPoints/src/ParticleFeVariable.meta Utils/src/PCDVC.meta Weights/src/DVCWeights.meta Weights/src/VolumeWeights.meta
description:
Meta file out of data.
FiniteElement_Mesh ---> FeMesh conversion being done.

(developers edit .meta files if you are working on the corresponding .c .h [or .def])


diff -r b90825bc30db -r c01e4fc98db4 MaterialPoints/src/IntegrationPointsSwarm.meta
--- a/MaterialPoints/src/IntegrationPointsSwarm.meta	Mon Jul 09 23:41:51 2007 +0000
+++ b/MaterialPoints/src/IntegrationPointsSwarm.meta	Tue Jul 17 12:39:46 2007 +0000
@@ -30,8 +30,8 @@ it with the physical material swarm(s) o
 <list name="Dependencies">
 	<struct>
 		<param name="Essential">True</param>
-		<param name="Name">FiniteElement_Mesh</param>
-		<param name="Type">FiniteElement_Mesh</param>
+		<param name="Name">FeMesh</param>
+		<param name="Type">FeMesh</param>
 		<param name="Description">The mesh this swarm exists in.</param>
 	</struct>
 	<struct>
diff -r b90825bc30db -r c01e4fc98db4 MaterialPoints/src/MaterialPointsSwarm.meta
--- a/MaterialPoints/src/MaterialPointsSwarm.meta	Mon Jul 09 23:41:51 2007 +0000
+++ b/MaterialPoints/src/MaterialPointsSwarm.meta	Tue Jul 17 12:39:46 2007 +0000
@@ -26,8 +26,8 @@ and can be population controlled for loa
 <list name="Dependencies">
 	<struct>
 		<param name="Essential">True</param>
-		<param name="Name">FiniteElement_Mesh</param>
-		<param name="Type">FiniteElement_Mesh</param>
+		<param name="Name">FeMesh</param>
+		<param name="Type">FeMesh</param>
 		<param name="Description">The mesh this swarm exists in.</param>
 	</struct>
 	<struct>
diff -r b90825bc30db -r c01e4fc98db4 MaterialPoints/src/ParticleFeVariable.meta
--- a/MaterialPoints/src/ParticleFeVariable.meta	Mon Jul 09 23:41:51 2007 +0000
+++ b/MaterialPoints/src/ParticleFeVariable.meta	Tue Jul 17 12:39:46 2007 +0000
@@ -44,7 +44,7 @@
 	<struct>
 		<param name="Essential">True</param>
 		<param name="Name">Mesh</param>
-		<param name="Type">FiniteElement_Mesh</param>
+		<param name="Type">FeMesh</param>
 		<param name="Description">...</param>
 	</struct>
 
diff -r b90825bc30db -r c01e4fc98db4 Utils/src/PCDVC.meta
--- a/Utils/src/PCDVC.meta	Mon Jul 09 23:41:51 2007 +0000
+++ b/Utils/src/PCDVC.meta	Tue Jul 17 12:39:46 2007 +0000
@@ -133,7 +133,7 @@
 	<param name="Type">IntegrationPointsSwarm</param>
 	<param name="CellLayout">elementCellLayout</param>
 	<param name="ParticleLayout">localLayout</param>
-	<param name="FiniteElement_Mesh">mesh-linear</param>
+	<param name="FeMesh">mesh-linear</param>
 	<param name="WeightsCalculator">weights</param>
 	<param name="TimeIntegrator">timeIntegrator</param>
 	<param name="IntegrationPointMapper">mapper</param>
diff -r b90825bc30db -r c01e4fc98db4 Weights/src/DVCWeights.meta
--- a/Weights/src/DVCWeights.meta	Mon Jul 09 23:41:51 2007 +0000
+++ b/Weights/src/DVCWeights.meta	Tue Jul 17 12:39:46 2007 +0000
@@ -65,7 +65,7 @@
    <param name="Type">IntegrationPointsSwarm</param>
    <param name="CellLayout">elementCellLayout</param>
    <param name="ParticleLayout">localLayout</param>
-   <param name="FiniteElement_Mesh">mesh-linear</param>
+   <param name="FeMesh">mesh-linear</param>
    <param name="WeightsCalculator">weights</param>
    <param name="TimeIntegrator">timeIntegrator</param>
    <param name="IntegrationPointMapper">mapper</param>
diff -r b90825bc30db -r c01e4fc98db4 Weights/src/VolumeWeights.meta
--- a/Weights/src/VolumeWeights.meta	Mon Jul 09 23:41:51 2007 +0000
+++ b/Weights/src/VolumeWeights.meta	Tue Jul 17 12:39:46 2007 +0000
@@ -33,7 +33,7 @@
 	<struct>
 		<param name="Essential">True</param>
 		<param name="Name">Mesh</param>
-		<param name="Type">FiniteElement_Mesh</param>
+		<param name="Type">FeMesh</param>
 		<param name="Description">...</param>
 	</struct>
 <!-- PLEASE, check the above struct information is accurate, in line number 121 of the c file and then remove this comment afterwards -->



More information about the CIG-COMMITS mailing list