Skip to content

SerialDataHandling: synchronization_function for tensor fields

Michael Kuron requested to merge sync into master

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.

Merge request reports