pub type PlanarElementNodalForcesSolid<const N: usize> = TensorRank1List<M, Current, N, Force>;
pub struct PlanarElementNodalForcesSolid<const N: usize>(/* private fields */);