pub type ElementNodalForcesSolid<const N: usize> = ForceList<N>;
pub struct ElementNodalForcesSolid<const N: usize>(/* private fields */);