Skip to content

Commit

Permalink
Add StorageDiscreteDomain class
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Dec 13, 2024
1 parent 46d4e59 commit 5d8ac57
Show file tree
Hide file tree
Showing 5 changed files with 879 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 @@ -32,6 +32,7 @@ namespace ddc {
#include "ddc/non_uniform_point_sampling.hpp"
#include "ddc/periodic_sampling.hpp"
#include "ddc/strided_discrete_domain.hpp"
#include "ddc/storage_discrete_domain.hpp"
#include "ddc/uniform_point_sampling.hpp"

// Algorithms
Expand Down
Loading

0 comments on commit 5d8ac57

Please sign in to comment.