Skip to content

Take into account ghost information when copying arrays

In general distributed arrays are assumed to have consistent values but this is not true for ghost arrays. This change fixes using the best ghost array value from a set of input ghost arrays for an output ghost array. The DIYAggregateDataSet test demonstrates the failure before this fix and passes after the fix.

Merge request reports