Changeset 427

Show
Ignore:
Timestamp:
02/23/2009 07:42:59 PM (3 years ago)
Author:
powell
Message:

Update hull calculation entries.

Files:
1 modified

Legend:

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

    r421 r427  
    55  * Added phase_boundary typedef struct. 
    66  * Changed hull calculation interface to only hold the qhull variables during 
    7     hull calculation, and permit (multiple) phase boundary refinement. 
     7    hull calculation (with a lock to prevent attempts at multiple usage). 
     8  * Phase boundary refinement using a cool, and I think novel, Newton energy 
     9    minimization algorithm. 
    810  * Added WITH_DERIVATIVES and NO_INFINITY options to free energies(). 
    911  * Added spinodal.c with calc_spinodal function.