pub fn regular_sphere_distributed<T: Scalar + Equivalence, C: Communicator>(
comm: &C,
partitioner: GraphPartitioner,
refinement_level: u32,
cell_type: ReferenceCellType,
) -> ParallelMeshImpl<'_, C, SingleElementMesh<T, CiarletElement<T, IdentityMap, T>>>Expand description
Create a mesh of a regular sphere distributed in parallel