The class BlockRange is a subclass of Range describing uniform block-distributed ranges. The format inquiry returns DIST_BLOCK for a BlockRange or any subrange.
The public interface of the BlockRange class is
class BlockRange : public Range { public : BlockRange(const int extent, Dimension dim) ; BlockRange(const int extent, Dimension dim, const int wlo, const int whi) ; }