pub fn unit_cube_boundary_distributed<T: Scalar + Equivalence, C: Communicator>(
comm: &C,
partitioner: GraphPartitioner,
nx: usize,
ny: usize,
nz: usize,
cell_type: ReferenceCellType,
) -> ParallelGridImpl<'_, C, SingleElementGrid<T, CiarletElement<T, IdentityMap, T>>>Expand description
Create a grid of the boundary of a unit cube distributed in parallel