7#include <Kokkos_Assert.hpp>
8#include <Kokkos_Macros.hpp>
15 static_assert(DimI::PERIODIC,
"PeriodicExtrapolationRule requires periodic dimension");
17 template <
class CoordType,
class ChunkSpan>
20 KOKKOS_ASSERT((
"PeriodicExtrapolationRule::operator() should never be called"))
The top-level namespace of DDC.