SerialDataHandling: synchronization_function for tensor fields
Compare changes
@@ -307,8 +307,6 @@ class SerialDataHandling(DataHandling):
@@ -307,8 +307,6 @@ class SerialDataHandling(DataHandling):
It already worked on the CPU, just needed to remove the check. On the GPU, we use itertools.product
to create the nested loop needed.