Changeset 419
- Timestamp:
- 02/22/2009 11:21:10 AM (3 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/ternary.tex.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/ternary.tex.in
r412 r419 19 19 In 2003, Adam Powell wrote the core of this little program to visualize the 20 20 free energy function of a polymer-solvent-nonsolvent system as used by one of 21 his grad students. In 2008 , he expanded it considerably:21 his grad students. In 2008-2009, he expanded it considerably: 22 22 \begin{itemize} 23 23 \item Removed it from the {\tt RheoPlast} package and made it a stand-alone … … 41 41 {\tt Ternary} is nearly complete, with the one un-implemented feature being to 42 42 build and neatly visualize how free energy functions create a ternary phase 43 diagram. 43 diagram. Also, {\tt qhull.c} needs re-architecting with its own ``facet'' 44 structure, such that we can do the hull analysis, store what we need, and free 45 {\tt qhull}'s structure arrays and not need to rely on its loops beyond that. 46 (This will also make {\tt qhull.c} functions thread-safe.) 44 47 45 48 \section{How it works}