dmorse / pscfpp

Polymer Self-Consistent Field Theory (C++/CUDA version)
https://pscf-home.cems.umn.edu
GNU General Public License v3.0
33 stars 20 forks source link

Film feature cleanup, new command file commands #78

Closed benmagruder closed 2 years ago

benmagruder commented 2 years ago

This pull request tidies up the last few details of the thin film feature, and amends/adds a few command file commands. The edits that pertain to the thin film feature are:

The other edits are:

The main outstanding issue for the thin film feature is that there is still no well-defined convention for the definition of phi in mixed ensembles. If we move maskPhi() from Iterator to Mixture, this may be able to resolve this problem. I will work on this when I get back. Eventually, I will also add the thin film feature to the GPU code.