#include <sparse_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 | SparseDiscreteDomain |
Definition at line 368 of file sparse_discrete_domain.hpp.
using ddc::SparseDiscreteDomain<>::discrete_element_type = DiscreteElement<> |
Definition at line 374 of file sparse_discrete_domain.hpp.
using ddc::SparseDiscreteDomain<>::discrete_vector_type = DiscreteVector<> |
Definition at line 376 of file sparse_discrete_domain.hpp.
|
constexprdefault |
|
inlineexplicitconstexpr |
Definition at line 387 of file sparse_discrete_domain.hpp.
|
default |
|
default |
|
default |
|
inlinestaticconstexpr |
Definition at line 378 of file sparse_discrete_domain.hpp.
|
default |
|
default |
|
inlineconstexpr |
Definition at line 403 of file sparse_discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 411 of file sparse_discrete_domain.hpp.
|
inlinestaticconstexpr |
Definition at line 417 of file sparse_discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 422 of file sparse_discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 427 of file sparse_discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 432 of file sparse_discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 437 of file sparse_discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 443 of file sparse_discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 449 of file sparse_discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 455 of file sparse_discrete_domain.hpp.
|
inlineconstexpr |
Definition at line 461 of file sparse_discrete_domain.hpp.
|
inlineconstexprnoexcept |
Definition at line 468 of file sparse_discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 474 of file sparse_discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 479 of file sparse_discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 484 of file sparse_discrete_domain.hpp.
|
inlinestaticnoexcept |
Definition at line 489 of file sparse_discrete_domain.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 494 of file sparse_discrete_domain.hpp.
|
inlineexplicitconstexpr |
Definition at line 499 of file sparse_discrete_domain.hpp.
|
friend |
Definition at line 371 of file sparse_discrete_domain.hpp.