#include <discrete_domain.hpp>
Public Types | |
using | discrete_element_type = DiscreteElement<> |
using | mlength_type = DiscreteVector<> |
Static Public Member Functions | |
static KOKKOS_FUNCTION constexpr std::size_t | rank () |
static KOKKOS_FUNCTION constexpr std::size_t | size () |
static KOKKOS_FUNCTION constexpr mlength_type | extents () noexcept |
static KOKKOS_FUNCTION constexpr discrete_element_type | front () noexcept |
static KOKKOS_FUNCTION constexpr discrete_element_type | back () noexcept |
static KOKKOS_FUNCTION constexpr bool | empty () noexcept |
Friends | |
template<class... > | |
class | DiscreteDomain |
Definition at line 248 of file discrete_domain.hpp.
using ddc::DiscreteDomain<>::discrete_element_type = DiscreteElement<> |
Definition at line 254 of file discrete_domain.hpp.
using ddc::DiscreteDomain<>::mlength_type = DiscreteVector<> |
Definition at line 256 of file discrete_domain.hpp.
|
constexprdefault |
|
inlineexplicitconstexpr |
Definition at line 267 of file discrete_domain.hpp.
|
inlineconstexpr |
Construct a DiscreteDomain starting from element_begin with size points.
element_begin | the lower bound in each direction |
size | the number of points in each direction |
Definition at line 276 of file discrete_domain.hpp.
|
default |
|
default |
|
default |
|
inlinestaticconstexpr |
Definition at line 258 of file discrete_domain.hpp.
|
default |
|
default |
|
inlineconstexpr |
Definition at line 292 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 299 of file discrete_domain.hpp.
|
inlinestaticconstexpr |
Definition at line 305 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 310 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 315 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 320 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 325 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 330 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 335 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 340 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 345 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 353 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 358 of file discrete_domain.hpp.
|
inlineexplicitconstexpr |
Definition at line 363 of file discrete_domain.hpp.
|
friend |
Definition at line 251 of file discrete_domain.hpp.