Changeset 348
- Timestamp:
- 03/27/08 09:20:28 (8 months ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/ternary.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/ternary.h
r347 r348 12 12 13 13 typedef struct { 14 double C2; /*+ Ternary concentration variable 215 +latex+ ($0\rightarrow1$)16 -latex- (0 -> 1)14 double C2; /*+ Ternary concentration variable 15 +latex+$C_2$ ($0\rightarrow1$) 16 -latex-2 (0 -> 1) 17 17 +*/ 18 double C3; /*+ Ternary concentration variable 319 +latex+ ($0\rightarrow1-C_2$)20 -latex- (0 -> 1-C2)18 double C3; /*+ Ternary concentration variable 19 +latex+$C_3$ ($0\rightarrow1-C_2$) 20 -latex-3 (0 -> 1-C2) 21 21 +*/ 22 22 double G; /*+ Free energy +*/ 23 double G2; /*+ Free energy derivative 24 +latex+$\partial G/\partial C_2$ 25 -latex-dG/dC2 26 +*/ 27 double G3; /*+ Free energy derivative 28 +latex+$\partial G/\partial C_3$ 29 -latex-dG/dC3 30 +*/ 31 double G22; /*+ Free energy second derivative 32 +latex+$\partial^2 G/\partial C_2^2$ 33 +html+ d<sup>2</sup>G/dC2<sup>2</sup> 34 +*/ 35 double G33; /*+ Free energy second derivative 36 +latex+$\partial^2 G/\partial C_3^2$ 37 +html+ d<sup>2</sup>G/dC3<sup>2</sup> 38 +*/ 39 double G23; /*+ Free energy mixed partial second derivative 40 +latex+$\partial^2 G/\partial C_2\partial C_3$ 41 +html+ d<sup>2</sup>G/dC2dC3 42 +*/ 23 43 double x; /*+ Visualization 24 44 +latex+$x$-coordinate ($0\rightarrow1$) 25 45 -latex-x-coordinate (0 -> 1) 26 46 +*/ 27 double y; /*+ Visualization y-coordinate (transformed free energy) +*/ 28 double z; /*+ Visualization z-coordinate 29 +latex+($0\rightarrow\sqrt{3}/2$) 30 -latex-(0 -> sqrt(3)/2) +*/ 47 double y; /*+ Visualization 48 +latex+$y$-coordinate 49 -latex-y-coordinate 50 (scaled free energy) +*/ 51 double z; /*+ Visualization 52 +latex+$z$-coordinate ($0\rightarrow\sqrt{3}/2$) 53 -latex-z-coordinate (0 -> sqrt(3)/2) +*/ 31 54 double red; /*+ Visualization color red value 32 55 +latex+($0\rightarrow1$)