#include <discrete_domain.hpp>
Public Types | |
using | discrete_element_type = DiscreteElement<> |
using | discrete_vector_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 discrete_vector_type | extents () noexcept |
static KOKKOS_FUNCTION constexpr discrete_element_type | front () noexcept |
static KOKKOS_FUNCTION constexpr discrete_element_type | back () noexcept |
static KOKKOS_FUNCTION bool | contains () noexcept |
static KOKKOS_FUNCTION bool | contains (DiscreteElement<>) noexcept |
static KOKKOS_FUNCTION DiscreteVector | distance_from_front () noexcept |
static KOKKOS_FUNCTION DiscreteVector | distance_from_front (DiscreteElement<>) noexcept |
static KOKKOS_FUNCTION constexpr bool | empty () noexcept |
Friends | |
template<class... > | |
class | DiscreteDomain |
Definition at line 300 of file discrete_domain.hpp.
using ddc::DiscreteDomain<>::discrete_element_type = DiscreteElement<> |
Definition at line 306 of file discrete_domain.hpp.
using ddc::DiscreteDomain<>::discrete_vector_type = DiscreteVector<> |
Definition at line 308 of file discrete_domain.hpp.
|
constexprdefault |
|
inlineexplicitconstexpr |
Construct a DiscreteDomain by copies and merge of domains.
Definition at line 319 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 327 of file discrete_domain.hpp.
|
default |
|
default |
|
default |
|
inlinestaticconstexpr |
Definition at line 310 of file discrete_domain.hpp.
|
default |
|
default |
|
inlineconstexpr |
Definition at line 343 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 350 of file discrete_domain.hpp.
|
inlinestaticconstexpr |
Definition at line 356 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 361 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 366 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 371 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 376 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 382 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 388 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 394 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 400 of file discrete_domain.hpp.
|
inlineconstexprnoexcept |
Definition at line 407 of file discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 414 of file discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 420 of file discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 425 of file discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 430 of file discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 435 of file discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 440 of file discrete_domain.hpp.
|
inlineexplicitconstexpr |
Definition at line 445 of file discrete_domain.hpp.
|
friend |
Definition at line 303 of file discrete_domain.hpp.