The first index dimension is always used to identify the staggered point, any further ones can be used to store vectors/tensors at these points. f.staggered_access("N")
or f.staggered_access(0, sp.Rational(1, 2)))
is now supported. The string representation of the resulting accessor is
f.staggered_access("NE")
.