Variable wavemap::morton::kMaxSingleCoordinate

Variable Documentation

template<int dim>
constexpr IndexElement wavemap::morton::kMaxSingleCoordinate = (dim < 3) ? std::numeric_limits<IndexElement>::max() : (1ul << kMaxTreeHeight<dim>) - 1ul