7#include <dr/mp/halo.hpp>
14 halo_bounds_.prev = radius;
15 halo_bounds_.next = radius;
20 halo_bounds_.prev = prev;
21 halo_bounds_.next = next;
25 auto halo()
const {
return halo_bounds_; }
28 halo_bounds_.periodic = periodic;
32 auto periodic()
const {
return halo_bounds_.periodic; }
39 auto granularity()
const {
return granularity_; }
43 std::size_t granularity_ = 1;
Definition: distribution.hpp:11