18 #if !defined(__FLECSI_PRIVATE__) 19 #error Do not include this file directly! 28 #ifdef DOXYGEN // implemented per-backend 30 region(std::size_t,
const fields &);
35 partition(
const region &,
40 std::size_t
colors()
const;
41 template<topo::single_space>
42 const partition & get_partition()
const {
49 topo::index_space_t<Topo> Index = topo::default_space<Topo>>
51 make_region(std::size_t n) {
52 return {n, run::context::instance().get_field_info_store<Topo, Index>()};
Definition: policy.hh:105
Definition: accessor.hh:31
size_t colors()
Definition: execution.hh:336
Definition: topology.hh:55