Skip to main content

unit_square_distributed

Function unit_square_distributed 

Source
pub fn unit_square_distributed<T: Scalar + Equivalence, C: Communicator>(
    comm: &C,
    partitioner: GraphPartitioner,
    nx: usize,
    ny: usize,
    cell_type: ReferenceCellType,
) -> ParallelMeshImpl<'_, C, SingleElementMesh<T, CiarletElement<T, IdentityMap, T>>>
Expand description

Create a unit square mesh distributed in parallel