Skip to content

Add function for_each_neighbor_cell_across_face - #34

Merged
pkestene merged 3 commits into
mainfrom
pkestene/features/for_each_cell_face_neigbor
Jul 13, 2026
Merged

Add function for_each_neighbor_cell_across_face#34
pkestene merged 3 commits into
mainfrom
pkestene/features/for_each_cell_face_neigbor

Conversation

@pkestene

Copy link
Copy Markdown
Contributor
  • This function is just a wrapper for calling in callback functor for each neighbor cell across a face of a given input cell.
  • This function takes into account that neighbor cells might be in another octant, at another AMR level.
  • This function aims at being called inside a device kokkos parallel_for

pkestene and others added 3 commits July 13, 2026 17:56
Co-authored-by: Samuel Kokh <samuel.kokh@cea.fr>
This function is just a wrapper for calling in callback functor on each cell neighbors across a face of a given cell. It takes into account that neighbor cells might be in another octant, at another AMR level.

This function aims at being called inside a device parallel_for

Co-authored-by: Samuel Kokh <samuel.kokh@cea.fr>
@pkestene
pkestene force-pushed the pkestene/features/for_each_cell_face_neigbor branch from 09899d5 to 155cdb4 Compare July 13, 2026 16:10
@pkestene
pkestene merged commit 98bf6f7 into main Jul 13, 2026
1 check passed
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.

1 participant