Changeset 466
- Timestamp:
- 06/18/2009 05:30:16 PM (3 years ago)
- Location:
- trunk/matml/src/ternary
- Files:
-
- 5 modified
-
AUTHORS (modified) (1 diff)
-
configure.in (modified) (1 diff)
-
Makefile.am (modified) (2 diffs)
-
ternary.html.in (modified) (1 diff)
-
ternary.tex.in (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/AUTHORS
r465 r466 11 11 12 12 You should have received a copy of the GNU General Public License along with 13 this code; if not, write to the Free Software Foundation, Inc., 5 9 Temple14 Place, Suite 330, Boston, MA 02111-1307USA13 this code; if not, write to the Free Software Foundation, Inc., 51 Franklin 14 Street, Fifth Floor Boston, MA 02110-1301 USA 15 15 16 16 You may contact the author by email at apowell@opennovation.com. -
trunk/matml/src/ternary/configure.in
r459 r466 4 4 AM_CONFIG_HEADER(config.h) 5 5 AM_INIT_AUTOMAKE(ternary, 0.4.0) 6 RELEASE_DATE=" when it's ready"6 RELEASE_DATE="June 18, 2009" 7 7 AC_SUBST(RELEASE_DATE) 8 8 -
trunk/matml/src/ternary/Makefile.am
r463 r466 39 39 BUILT_TEXFILES = $(top_srcdir)/ternary.c.tex \ 40 40 $(top_srcdir)/square.c.tex \ 41 $(top_srcdir)/freenergy.h.tex \ 42 $(top_srcdir)/freenergy.c.tex \ 41 43 $(top_srcdir)/gibbs.h.tex \ 42 44 $(top_srcdir)/spinodal.c.tex \ … … 44 46 $(top_srcdir)/qhull.c.tex \ 45 47 $(top_srcdir)/book.c.tex \ 46 $(top_srcdir)/freenergy.h.tex \47 $(top_srcdir)/freenergy.c.tex \48 48 config.h.tex 49 49 -
trunk/matml/src/ternary/ternary.html.in
r465 r466 71 71 72 72 You should have received a copy of the GNU General Public License along with 73 this code; if not, write to the Free Software Foundation, Inc., 5 9 Temple74 Place, Suite 330, Boston, MA 02111-1307USA<p>73 this code; if not, write to the Free Software Foundation, Inc., 51 Franklin 74 Street, Fifth Floor Boston, MA 02110-1301 USA<p> 75 75 76 76 You may contact the author by email at -
trunk/matml/src/ternary/ternary.tex.in
r465 r466 10 10 \begin{abstract} 11 11 {\tt Ternary} is a little code written by Adam Powell back in 2003 to 12 visualize ternary free energy functions. Today it can also calculate the 13 two- and three-phase regions in the phase diagram. Soon it will do a lot 14 more. 12 visualize ternary free energy functions. In 2008-2009 he updated it to 13 calculate phase diagram isotherms. Soon it will do a lot more. 15 14 \end{abstract} 15 16 \tableofcontents 17 \newpage 16 18 17 19 \section{Introduction} … … 54 56 \item Calculate the free energy function on the triangle vertices using 55 57 {\tt free\_energies()} in {\tt freenergy.c} (appendix 56 \ref{file_freenergy.c}). 58 \ref{file_freenergy.c}). Note that {\tt freenergy.c} is the sole source file 59 for {\tt libfreenergy}; {\tt book.c} and the others below comprise {\tt 60 libgibbs}. 57 61 \item Display the free energy using the functions in {\tt geomview.c} 58 62 (appendix \ref{file_geomview.c}), which forks and controls a Geomview … … 69 73 \end{itemize} 70 74 71 For more than one free energy function (as implemented in {\tt ternary.c}), it 72 creates a double-size array with two sets of points, and two sets of triangle 73 indices connecting them. The rest of this procedure is pretty much the same. 75 For more than one free energy function (as implemented in {\tt ternary} and 76 {\tt square}), it creates a double-size (or more) array with multiple sets of 77 points, and multiple sets of triangle indices connecting them. The rest of 78 this procedure is pretty much the same. 74 79 75 80 \section{Bugs} … … 100 105 101 106 You should have received a copy of the GNU General Public License along with 102 this code; if not, write to the Free Software Foundation, Inc., 5 9 Temple103 Place, Suite 330, Boston, MA 02111-1307USA107 this code; if not, write to the Free Software Foundation, Inc., 51 Franklin 108 Street, Fifth Floor Boston, MA 02110-1301 USA 104 109 105 110 You may contact the author by email at {\tt apowell@opennovation.com}. … … 149 154 \bibliographystyle{unsrturl} 150 155 \bibliography{ternary} 156 \newpage 151 157 152 158 \appendix