Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Member Functions | List of all members
shamrock.tree::LeafRadixFinder< u_morton, vec > Class Template Reference

Public Member Functions

 LeafRadixFinder (RadixTree< u_morton, vec > &rtree, sycl::handler &cgh)
 
u32 identify_cell (u_morton morton_code) const
 identify leaf owning the asked code
 

Detailed Description

template<class u_morton, class vec>
class shamrock.tree::LeafRadixFinder< u_morton, vec >

Definition at line 214 of file TreeTraversal.hpp.

Constructor & Destructor Documentation

◆ LeafRadixFinder()

template<class u_morton , class vec >
shamrock.tree::LeafRadixFinder< u_morton, vec >::LeafRadixFinder ( RadixTree< u_morton, vec > &  rtree,
sycl::handler &  cgh 
)
inline

Definition at line 231 of file TreeTraversal.hpp.

Member Function Documentation

◆ identify_cell()

template<class u_morton , class vec >
u32 shamrock.tree::LeafRadixFinder< u_morton, vec >::identify_cell ( u_morton  morton_code) const
inline

identify leaf owning the asked code

Parameters
morton_code
Returns
u32 the leaf id owning the code in the range [0,leaf_cnt[

Definition at line 247 of file TreeTraversal.hpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: