GridapROMs.Distributed

GridapROMs.Distributed.GenericPArrayType
struct GenericPArray{V,A,B,C,D,T,N} <: AbstractArray{T,N}
  array_partition::A
  index_partition::B
  unpartitioned_axes::C
  cache::D
end

Same as PVector, but while the latter always stores a vector with entries partitioned on different cores, this structure stores an array (not necessarily a vector) partitioned along the first dimension (row-wise)

source