screen_triangles

Function screen_triangles 

Source
pub fn screen_triangles<T: Scalar>(
    ncells: usize,
) -> SingleElementGrid<T, CiarletElement<T, IdentityMap, 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.