Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
SerialPatchTree.cpp File Reference
Include dependency graph for SerialPatchTree.cpp:

Go to the source code of this file.

Typedefs

using PatchTree = shamrock::scheduler::PatchTree

Functions

template<class vec>
void get_serial_tree (u64 root_key, PatchTree &ptree, std::vector< shamrock::scheduler::SerialPatchNode< vec > > &result_tree, std::vector< u64 > &result_tree_linked_patch_id, u64 &counter, u32 &max_level, const shamrock::patch::PatchCoordTransform< vec > box_transform)
template void get_serial_tree (u64 root_key, PatchTree &ptree, std::vector< shamrock::scheduler::SerialPatchNode< f32_3 > > &result_tree, std::vector< u64 > &result_tree_linked_patch_id, u64 &counter, u32 &max_level, const shamrock::patch::PatchCoordTransform< f32_3 > box_transform)
template void get_serial_tree (u64 root_key, PatchTree &ptree, std::vector< shamrock::scheduler::SerialPatchNode< f64_3 > > &result_tree, std::vector< u64 > &result_tree_linked_patch_id, u64 &counter, u32 &max_level, const shamrock::patch::PatchCoordTransform< f64_3 > box_transform)
template void get_serial_tree (u64 root_key, PatchTree &ptree, std::vector< shamrock::scheduler::SerialPatchNode< i64_3 > > &result_tree, std::vector< u64 > &result_tree_linked_patch_id, u64 &counter, u32 &max_level, const shamrock::patch::PatchCoordTransform< i64_3 > box_transform)

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file SerialPatchTree.cpp.

Typedef Documentation

◆ PatchTree

using PatchTree = shamrock::scheduler::PatchTree

Definition at line 19 of file SerialPatchTree.cpp.

Function Documentation

◆ get_serial_tree()

template<class vec>
void get_serial_tree ( u64 root_key,
PatchTree & ptree,
std::vector< shamrock::scheduler::SerialPatchNode< vec > > & result_tree,
std::vector< u64 > & result_tree_linked_patch_id,
u64 & counter,
u32 & max_level,
const shamrock::patch::PatchCoordTransform< vec > box_transform )

Definition at line 22 of file SerialPatchTree.cpp.