Open simone-silvestri opened 2 years ago
Can you link to the relevant code? Do we just need to fallback to field .= field_time_series[n]
somehow?
We have to make sure that u_parent
and v_parent
have the same size here.
Is this still an issue? Maybe an MWE would help then we can address it
on the GPU it is not possible to set a
Field
from an element of aFieldTimeSeries
correctly because for a (non-halo)FieldTimeSeries
fieldparent(field) == interior(field)
.Then
set!
which should set the parent, displaces by the halos the data in the output field (u
in this case)