Switch index type from int32 to int64
- May 30, 2021
-
-
Markus Holzer authored63be89c8
-
- May 29, 2021
-
-
Markus Holzer authored94fbc877
-
Markus Holzer authored43ea98e9
-
For large domain sizes, int32 is not sufficient. Thus it is planned for waLBerla to change cell_index_t
from int
to int64
. To make it consistent with pystencils and to prevent conversion warnings the index type for pystencils is also adapted to int64
Fixes lbmpy#18 (closed)