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

New IntArray capabilities #1036

Merged
merged 8 commits into from
Feb 1, 2024
Merged

New IntArray capabilities #1036

merged 8 commits into from
Feb 1, 2024

Conversation

victorapm
Copy link
Contributor

@victorapm victorapm commented Dec 19, 2023

This PR adds:

  • hypre_IntArraySeparateByValue: function for creating new arrays after segregating indices of an input array by value. (to be used in MGR)
  • New hypre_IntArrayArray type to denote an array of hypre_IntArray, just like hypre_BoxArrayArray does for hypre_BoxArray.

src/utilities/int_array.c Outdated Show resolved Hide resolved
Copy link
Contributor

@rfalgout rfalgout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, except for the name. Thanks!

@victorapm victorapm merged commit 9be7307 into master Feb 1, 2024
@victorapm victorapm deleted the int-array branch February 1, 2024 14:48
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 this pull request may close these issues.

2 participants