pub fn unit_cube_edges<T: Scalar>(
nx: usize,
ny: usize,
nz: usize,
) -> SingleElementGrid<T, CiarletElement<T, IdentityMap, T>>Expand description
Create a grid of the edges of a unit cube
The unit cube is the cube with corners at (0,0,0), (1,0,0), (0,1,0), (1,1,0), (0,0,1), (1,0,1), (0,1,1) and (1,1,1)