pub type NodalForcesSolid<const D: usize> = TensorRank1Vec<D, Current, Force>;
pub struct NodalForcesSolid<const D: usize>(/* private fields */);