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