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)
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