Changeset 465

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

Email and name clarification, bugs and copyright in .tex docs.

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

Legend:

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

    r458 r465  
    1 Copyright (C) 2003, 2006, 2008, 2009 Adam C Powell IV 
     1Copyright (C) 2003, 2006, 2008, 2009 Adam C. Powell, IV 
    22 
    33This code is free software; you can redistribute it and/or modify it under 
     
    1414Place, Suite 330, Boston, MA 02111-1307 USA 
    1515 
    16 You may contact the author by email at hazelsct@mit.edu. 
     16You may contact the author by email at apowell@opennovation.com. 
  • trunk/matml/src/ternary/ternary.html.in

    r429 r465  
    5858thermodynamics visualization tool.<p> 
    5959 
    60 Copyright (C) 2003, 2006, 2008 Adam Powell<p> 
     60Copyright (C) 2003, 2006, 2008, 2009 Adam C. Powell, IV<p> 
    6161 
    6262This code is free software; you can redistribute it and/or modify it under 
     
    7575 
    7676You may contact the author by email at 
    77 <tt><a href="mailto:hazelsct@mit.edu">hazelsct@mit.edu</a></tt>.<p> 
     77<tt><a href="mailto:apowell@opennovation.com">apowell@opennovation.com</a></tt>.<p> 
    7878 
    7979Share and enjoy! 
    8080 
    81 <address><a href="http://lyre.mit.edu/~powell/">Adam Powell</a></address> 
     81<address><a href="http://www.opennovation.com/apowell/">Adam Powell</a></address> 
    8282</body> 
    8383</html> 
  • trunk/matml/src/ternary/ternary.tex.in

    r459 r465  
    7373indices connecting them.  The rest of this procedure is pretty much the same. 
    7474 
     75\section{Bugs} 
     76 
     77Version 0.4.0 is releasing with an incomplete spinodal implementation, which is 
     78accurate for parts of the phase diagram and not others.  The {\tt ternary} 
     79program shows it in action, with parts of it working well, but with one long 
     80line from a corner to a point on the spinodal. 
     81 
     82It is also releasing with an incomplete implementation of {\tt hullRefine}, 
     83which is fine for interior points, but does not attempt to refine points on the 
     84edges, i.e. pseudobinaries. 
     85 
     86\section{Copyright} 
     87 
     88{\tt Ternary} Thermodynamics Visualization 
     89 
     90\noindent Copyright \copyright 2003, 2006, 2008, 2009 Adam C. Powell, IV 
     91 
     92This code is free software; you can redistribute it and/or modify it under 
     93the terms of the GNU General Public License as published by the Free Software 
     94Foundation; either version 3 of the License, or (at your option) any later 
     95version. 
     96 
     97This code is distributed in the hope that it will be useful, but WITHOUT ANY 
     98WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
     99PARTICULAR PURPOSE.  See the GNU General Public License for more details. 
     100 
     101You should have received a copy of the GNU General Public License along with 
     102this code; if not, write to the Free Software Foundation, Inc., 59 Temple 
     103Place, Suite 330, Boston, MA 02111-1307 USA 
     104 
     105You may contact the author by email at {\tt apowell@opennovation.com}. 
     106 
    75107\section{Version History} 
    76108 
     
    110142 
    111143Finally, a major reorganization splits the bulk of the code into two libraries, 
    112 with front-end codes {\tt ternary} and {\tt square} calling into them.  One 
    113 library calculates free energies and derivatives, and can be re-used in phase 
    114 field codes.  The second calculates phase diagrams.  The APIs are relatively 
    115 immature and bound to change. 
     144with front-end codes {\tt ternary} and {\tt square} calling into them.  The 
     145library {\tt libfreenergy} calculates free energies and derivatives, and can be 
     146re-used in phase field codes.  The library {\tt libgibbs} calculates phase 
     147diagrams.  The APIs are relatively immature and bound to change. 
    116148 
    117149\bibliographystyle{unsrturl}