1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00

Relax constraints for multiRHS

This commit is contained in:
Peter Boyle 2023-11-23 18:20:42 -05:00
parent b302ad3d49
commit a294bc3c5b

View File

@ -107,7 +107,7 @@ public:
int rd = grid->_rdimensions[d];
int ly = grid->_simd_layout[d];
assert((ly==1)||(ly==2));
assert((ly==1)||(ly==2)||(ly==grid->Nsimd()));
int shift = (shifts[ii][d]+fd)%fd; // make it strictly positive 0.. L-1
int x = Coor[d]; // x in [0... rd-1] as an oSite