unit_square_boundary

Function unit_square_boundary 

Source
pub fn unit_square_boundary<T: Scalar>(
    nx: usize,
    ny: usize,
) -> SingleElementGrid<T, CiarletElement<T, IdentityMap, T>>
Expand description

Create a grid of the boundary of a unit square

The unit square is the square with corners at (0,0), (1,0), (0,1) and (1,1)