guest post by Theodore Kolokolnikov
I coded up a simple dynamical system with the following rules (loosely motivated by theory of motion of spikes in reaction-diffusion systems, see e.g. appendix of this paper, as well as this paper):
• insert a particle if inter-particle distance is more than some maxdist
• merge any two particles that collide
• otherwise evolve particles according to the ODE
Here,
is a Green’s function that satisfies
inside the interval
with Neumann boundary conditions
. E...
Published on October 25, 2021 09:10