Alloy Phasefield Abstraction Layer. The aim of APAL is to provide a simple Python interface to phase field models. It is solely based on the MMSP project. Supported equations
* Cahn-Hilliard
* Cahn-Hilliard-Ginzburg-Landau (aimed at precipitate modelling)
First, install the dependencies (scipy and cython)
pip install -r requirements.txt --user
then compile and install the APAL package
pip install . --user