Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the reordering of a DiscreteDomain #419

Closed
EmilyBourne opened this issue Apr 19, 2024 · 0 comments · Fixed by #420
Closed

Allow the reordering of a DiscreteDomain #419

EmilyBourne opened this issue Apr 19, 2024 · 0 comments · Fixed by #420

Comments

@EmilyBourne
Copy link
Collaborator

EmilyBourne commented Apr 19, 2024

DDC contains a reordering constructor for a DiscreteDomain:

// Construct a DiscreteDomain from a reordered copy of `domain`
template <class... ODDims>
explicit KOKKOS_FUNCTION constexpr DiscreteDomain(
[[maybe_unused]] DiscreteDomain<ODDims...> const& domain)
{
}

however the assignment operator is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant