Removed print method and operator<< for DistributedArray and DistributedArrayView
It does not make sense to print a distributed array like this, because it may contain ghost elements. Users should examine the local array view manually.
Loading
Please register or sign in to comment