yalla
yalla copied to clipboard
Spheroid models of morphogenesis for the GPU.
Hi all, I was recommended yalla by a work colleague and really like the look of it! However, while trying to get yalla code to run, I realised that I...
Certain reaction-diffusion systems, like Turing systems, require very small time steps at some times and thus profit a lot from adaptive time steps.
Since we do not require any dependency beyond CUDA it *should* not be too hard to port the code to Windows too.
For illustration we could implement some published models: * Nissen, S. B., Perera, M., Gonzalez, J. M., Morgani, S. M., Jensen, M. H., Sneppen, K., … Trusina, A. (2017). Four...
Currently writing a VTK file takes roughly one order of magnitude longer than calculating the right hand side. Dumping binary data into [VTK XML files](http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf) as they do in [GPUSPH](https://github.com/GPUSPH/gpusph/blob/master/src/writers/VTKWriter.cc)...