Changeset 466

Show
Ignore:
Timestamp:
06/18/2009 05:30:16 PM (3 years ago)
Author:
powell
Message:

Documentation updates and new FSF address.

Location:
trunk/matml/src/ternary
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/AUTHORS

    r465 r466  
    1111 
    1212You 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., 59 Temple 
    14 Place, Suite 330, Boston, MA 02111-1307 USA 
     13this code; if not, write to the Free Software Foundation, Inc., 51 Franklin 
     14Street, Fifth Floor Boston, MA 02110-1301 USA 
    1515 
    1616You may contact the author by email at apowell@opennovation.com. 
  • trunk/matml/src/ternary/configure.in

    r459 r466  
    44AM_CONFIG_HEADER(config.h) 
    55AM_INIT_AUTOMAKE(ternary, 0.4.0) 
    6 RELEASE_DATE="when it's ready" 
     6RELEASE_DATE="June 18, 2009" 
    77AC_SUBST(RELEASE_DATE) 
    88 
  • trunk/matml/src/ternary/Makefile.am

    r463 r466  
    3939BUILT_TEXFILES = $(top_srcdir)/ternary.c.tex \ 
    4040                 $(top_srcdir)/square.c.tex \ 
     41                 $(top_srcdir)/freenergy.h.tex \ 
     42                 $(top_srcdir)/freenergy.c.tex \ 
    4143                 $(top_srcdir)/gibbs.h.tex \ 
    4244                 $(top_srcdir)/spinodal.c.tex \ 
     
    4446                 $(top_srcdir)/qhull.c.tex \ 
    4547                 $(top_srcdir)/book.c.tex \ 
    46                  $(top_srcdir)/freenergy.h.tex \ 
    47                  $(top_srcdir)/freenergy.c.tex \ 
    4848                 config.h.tex 
    4949 
  • trunk/matml/src/ternary/ternary.html.in

    r465 r466  
    7171 
    7272You 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., 59 Temple 
    74 Place, Suite 330, Boston, MA 02111-1307 USA<p> 
     73this code; if not, write to the Free Software Foundation, Inc., 51 Franklin 
     74Street, Fifth Floor Boston, MA 02110-1301 USA<p> 
    7575 
    7676You may contact the author by email at 
  • trunk/matml/src/ternary/ternary.tex.in

    r465 r466  
    1010\begin{abstract} 
    1111  {\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. 
    1514\end{abstract} 
     15 
     16\tableofcontents 
     17\newpage 
    1618 
    1719\section{Introduction} 
     
    5456\item Calculate the free energy function on the triangle vertices using 
    5557  {\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}. 
    5761\item Display the free energy using the functions in {\tt geomview.c} 
    5862  (appendix \ref{file_geomview.c}), which forks and controls a Geomview 
     
    6973\end{itemize} 
    7074 
    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. 
     75For 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 
     77points, and multiple sets of triangle indices connecting them.  The rest of 
     78this procedure is pretty much the same. 
    7479 
    7580\section{Bugs} 
     
    100105 
    101106You 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., 59 Temple 
    103 Place, Suite 330, Boston, MA 02111-1307 USA 
     107this code; if not, write to the Free Software Foundation, Inc., 51 Franklin 
     108Street, Fifth Floor Boston, MA 02110-1301 USA 
    104109 
    105110You may contact the author by email at {\tt apowell@opennovation.com}. 
     
    149154\bibliographystyle{unsrturl} 
    150155\bibliography{ternary} 
     156\newpage 
    151157 
    152158\appendix