Skip to content

Commit

Permalink
Add StorageDiscreteDomain class
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jan 2, 2025
1 parent 9f5f66c commit 6b779a1
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/ddc/chunk_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ChunkCommon
return m_allocation_mdspan.accessor();
}

KOKKOS_FUNCTION constexpr SupportType::discrete_vector_type extents() const noexcept
KOKKOS_FUNCTION constexpr typename SupportType::discrete_vector_type extents() const noexcept
{
return m_domain.extents();
}
Expand Down
1 change: 1 addition & 0 deletions include/ddc/ddc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ namespace ddc {
#include "ddc/discrete_vector.hpp"
#include "ddc/non_uniform_point_sampling.hpp"
#include "ddc/periodic_sampling.hpp"
#include "ddc/storage_discrete_domain.hpp"
#include "ddc/strided_discrete_domain.hpp"
#include "ddc/uniform_point_sampling.hpp"

Expand Down
Loading

0 comments on commit 6b779a1

Please sign in to comment.