GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
777 stars 60 forks source link

Naming convention of default parameters #14

Closed Naubertkato closed 7 years ago

Naubertkato commented 8 years ago

Hi,

I am currently using ready as a library to solve (and export) the temporal evolution of complex chemical systems (cf. the ECAL paper from last year). Everything was fine until I ran into the issue that the default parameter "k" (from the Gray-Scott system generated by the FormulaOpenCLImageRD constructor) conflicts with chemical species "k". So far, I just added a piece of code to automatically remove it after calling the constructor, but to prevent any further problem to others who might be in my case, my suggestion would be to rename it "K". (Or to move the Gray-Scott initialization to the GUI)

Cheers, Nathanael