stfc / RegentParticleDSL

A particle-method DSL based on Regent programming language
MIT License
1 stars 0 forks source link

[BUG] ISPH bug - particle in non-existent cell #65

Open LonelyCat124 opened 3 years ago

LonelyCat124 commented 3 years ago

Describe the bug For the ISPH testcase, the domain is split into a 12x19 domain, however some particles are in cell {12,2} which can't exist.

Expected behavior Particles should always be in a domain cell.

LonelyCat124 commented 3 years ago

This happened because we treated a non-periodic example as periodic. Keeping this open as something that needs to be dealt with for non-periodic cases.