GollyGang / ready

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

More keywords available in formulas: bilaplacian, trilaplacian, x_gradient, gaussian, x_pos. #90

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

This closes #87

danwills commented 3 years ago

Wow Tim you've been busy! Bloody awesome work mate!

I am super keen to check all of this out, and I'll also try to make sure that the Houdini importer can load all the updated formulas correctly.

I was about ready to commit a new version in a branch, but will fold any changes from this in as well.

timhutton commented 3 years ago

@danwills Will these changes cause problems with the Houdini importer? I hadn't thought about that.

danwills commented 3 years ago

It's all good @timhutton I expect most things that used to work in the plugin probably still will but I might be able to extend (or 'fix') support for the new things formula mode can now do. That should vastly extend the number of things that can be imported as well, so definitely a worthwhile effort I reckon! :)

danwills commented 3 years ago

If you're happy with the changes I wouldn't want to hold up this pull request due to rdyHoudini (especially considering it's currently in a broken state for Houdini 18.5 anyway!).

I would love to preview this branch though, I'll checkout the trunk and apply this pull request later on, and hopefully give this branch a bit of testing for you : )