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