Switch index type from int32 to int64
Files
2@@ -28,17 +28,17 @@ boundary_index_array_coordinate_names = ["x", "y", "z"]
@@ -57,9 +57,9 @@ def _create_boundary_neighbor_index_list_python(flag_field_arr, nr_of_ghost_laye
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)