pub type ShapeFunctionsAtIntegrationPoints<const G: usize, const N: usize> = TensorRank1List<N, A, G>;
pub struct ShapeFunctionsAtIntegrationPoints<const G: usize, const N: usize>(/* private fields */);