dynamics associated with neighbor cells

Hi,

I’m trying to write dynamics classes associated with neighbor cells. However, I find it difficult to get neighbor cells information since dynamics don’t know where the cell locates and which block the cell belongs to.

Thanks for help!

Hi,

Dynamics classes cannot access neighbor cells. They are local by definition. To implement nearest-neighbor dynamics, use the structure provided by data processors.

Thanks, Jonas :slight_smile: