pub fn screen_triangles<T: RealScalar + Equivalence, C: Communicator>(
ncells: usize,
comm: &C,
) -> ParallelGrid<'_, C, SingleElementGrid<T, CiarletElement<T>>>
Expand description
Create a square grid with triangle cells
Create a grid of the square [0,1]^2 with triangle cells. The input ncells is the number of cells along each side of the square.