[cig-commits] commit: Reverting back equation, description to latex format.

Mercurial hg at geodynamics.org
Tue Mar 23 10:34:23 PDT 2010


changeset:   395:a7a9767aa515
branch:      1.4.x
parent:      390:652b314deeb1
user:        JericoRevote
date:        Tue Feb 02 14:46:10 2010 +1100
files:       MaterialPoints/src/ParticleFeVariable.meta Utils/src/BuoyancyForceTerm.meta
description:
Reverting back equation, description to latex format.


diff -r 652b314deeb1 -r a7a9767aa515 MaterialPoints/src/ParticleFeVariable.meta
--- a/MaterialPoints/src/ParticleFeVariable.meta	Tue Jan 19 15:07:09 2010 +1100
+++ b/MaterialPoints/src/ParticleFeVariable.meta	Tue Feb 02 14:46:10 2010 +1100
@@ -13,7 +13,7 @@
 	<param name="Parent">FeVariable</param>
 	<param name="Reference"></param>
 	<param name="Summary"></param>
-	<param name="Description"><![CDATA[An abstract class which maps particle variables onto a mesh through the operator $\\hat{\\phi} = \frac{\\sum_{n}N(\\zeta)\\phi(\\zeta)}{\\sum_{n}N(\\zeta)}$<br/>, where $\\hat{\\phi}$ is the new mesh variable, $N$ are shape functions and $\\phi$ is a particle value. <br/>This class sets up a domain-wide massMatrix (really a vector), forceVector and solutionVector. The massMatrix is the denominator of the equation, while the foceVector is the numerator. <br>This variable is evaluated at the end of the Solve_EP]]></param>
+	<param name="Description"><![CDATA[An abstract class which maps particle variables onto a mesh through the operator $\hat{\phi} = \frac{\sum_{n}N(\zeta)\phi(\zeta)}{\sum_{n}N(\zeta)}$<br/>, where $\hat{\phi}$ is the new mesh variable, $N$ are shape functions and $\phi$ is a particle value. <br/>This class sets up a domain-wide massMatrix (really a vector), forceVector and solutionVector. The massMatrix is the denominator of the equation, while the foceVector is the numerator. <br>This variable is evaluated at the end of the Solve_EP]]></param>
 
 	<list name="Params">
 	</list>
diff -r 652b314deeb1 -r a7a9767aa515 Utils/src/BuoyancyForceTerm.meta
--- a/Utils/src/BuoyancyForceTerm.meta	Tue Jan 19 15:07:09 2010 +1100
+++ b/Utils/src/BuoyancyForceTerm.meta	Tue Feb 02 14:46:10 2010 +1100
@@ -14,7 +14,7 @@
 	<param name="Reference">...</param>
 	<param name="Summary">...</param>
 	<param name="Description">This adds a force term for themo-chemical convection, where the fluid is driven my both the thermal expansivity ($\alpha$) as well as the density ($\rho$). Both 'alpha' and 'density' are required as parameters for each material.</param>
-	<param name="Equation">$\rho g \\left( 1 - \alpha T \right)$</param>
+	<param name="Equation">$\rho g \left( 1 - \alpha T \right)$</param>
 
 	<!--Now the interesting stuff-->
 



More information about the CIG-COMMITS mailing list