|
static std::tuple< Impl< Kokkos::HostSpace >, discrete_domain_type > | init (continuous_element_type a, continuous_element_type b, discrete_vector_type n, discrete_vector_type n_period) |
| Construct a Impl<Kokkos::HostSpace> and associated discrete_domain_type from a segment and a number of points n . More...
|
|
static std::tuple< Impl< Kokkos::HostSpace >, discrete_domain_type, discrete_domain_type, discrete_domain_type, discrete_domain_type > | init_ghosted (continuous_element_type a, continuous_element_type b, discrete_vector_type n, discrete_vector_type n_period, discrete_vector_type n_ghosts_before, discrete_vector_type n_ghosts_after) |
| Construct a periodic DiscreteDomain from a segment and a number of points n . More...
|
|
static std::tuple< Impl< Kokkos::HostSpace >, discrete_domain_type, discrete_domain_type, discrete_domain_type, discrete_domain_type > | init_ghosted (continuous_element_type a, continuous_element_type b, discrete_vector_type n, discrete_vector_type n_period, discrete_vector_type n_ghosts) |
| Construct a periodic DiscreteDomain from a segment and a number of points n . More...
|
|
template<class CDim>
class ddc::PeriodicSampling< CDim >
PeriodicSampling models a periodic discretization of the provided continuous dimension.