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