Added a copy kernel, which can be used to transfer data from a source field to a destination field.
- Philipp Suffa authored
+ 20
− 0
@@ -120,6 +120,26 @@ def create_stream_pull_with_output_kernel(lb_method, src_field, dst_field=None,
Added a copy kernel, which can be used to transfer data from a source field to a destination field. This is for example useful to copy ghost layers from one field to another, which are otherwise lost after a field swap.