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

New render setting: plot_ab_orthogonally. Allows us to draw 1D graphs as helices. #117

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

Without this it is hard to grasp what the wave packet is doing in the Schrodinger equation (below).

Also added wave_soliton.vti and Lotka-Volterra_1D.vti, which can make use of the same feature.

frame_000000 frame_000033 frame_000067

danwills commented 3 years ago

What a wonderful improvement @timhutton ! very nice work!

timhutton commented 3 years ago

A more general version would be to allow chosen pairs of chemicals to be used. But for a single Boolean we get a lot of value, and plotting (a, b) is almost always what we seem to want (and can probably rearrange things if not, as a workaround).