Skip to content
Snippets Groups Projects

SerialDataHandling: synchronization_function for tensor fields

Merged Michael Kuron requested to merge sync into master
Compare and
2 files
+ 5
6
Preferences
Compare changes
Files
2
@@ -307,8 +307,6 @@ class SerialDataHandling(DataHandling):
values_per_cell = (1, )
if len(values_per_cell) == 1:
values_per_cell = values_per_cell[0]
else:
raise NotImplementedError("Synchronization of this field is not supported: " + name)
if len(filtered_stencil) > 0:
if target == 'cpu':