Fix lbm periodicity handling
Compare changes
@@ -59,14 +60,17 @@ def get_communication_slices(
@@ -59,14 +60,17 @@ def get_communication_slices(
:param comm_stencil: The stencil defining the communication directions. If None, it will be set to stencil.
pdfs = Field.create_generic('pdfs', spatial_dimensions=len(stencil[0]), index_shape=(len(stencil),))
@@ -168,8 +172,9 @@ class LBMPeriodicityHandling:
@@ -168,8 +172,9 @@ class LBMPeriodicityHandling:
@@ -184,13 +189,16 @@ class LBMPeriodicityHandling:
@@ -184,13 +189,16 @@ class LBMPeriodicityHandling:
@@ -224,7 +232,7 @@ class LBMPeriodicityHandling:
@@ -224,7 +232,7 @@ class LBMPeriodicityHandling: