FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
107 stars 22 forks source link

PRIMAGE Requirements #397

Closed Robadob closed 1 year ago

Robadob commented 4 years ago

Just running through the PRIMAGE code, identifying features not currently supported.

But really we mostly require a large environment array which represents the environment (and can be acted on). In future, diffusion may also need to be applied to this array. Technically, this grid also grows with the size of the tumour. However, that merely means some cells remain uninitialised until later into the simulation (whereby they copy their neighbour's data).

Robadob commented 3 years ago

Made an overview of how Primage env Grid is used here: Note, it doesn't (currently) collide with messaging.

https://gist.github.com/Robadob/fa846e6430eaf645a475f8c3043aa0fb

Robadob commented 3 years ago

Re: Init layers

Re: Grid

Robadob commented 1 year ago

Primage is finished.