Changeset 419

Show
Ignore:
Timestamp:
02/22/2009 11:21:10 AM (3 years ago)
Author:
powell
Message:

A to-do for qhull.c.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/ternary.tex.in

    r412 r419  
    1919In 2003, Adam Powell wrote the core of this little program to visualize the 
    2020free energy function of a polymer-solvent-nonsolvent system as used by one of 
    21 his grad students.  In 2008, he expanded it considerably: 
     21his grad students.  In 2008-2009, he expanded it considerably: 
    2222\begin{itemize} 
    2323\item Removed it from the {\tt RheoPlast} package and made it a stand-alone 
     
    4141{\tt Ternary} is nearly complete, with the one un-implemented feature being to 
    4242build and neatly visualize how free energy functions create a ternary phase 
    43 diagram. 
     43diagram.  Also, {\tt qhull.c} needs re-architecting with its own ``facet'' 
     44structure, 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.) 
    4447 
    4548\section{How it works}