![]() |
Shamrock 2025.10.0
Astrophysical Code
|
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) |
Definition in file SerialPatchTree.cpp.
Definition at line 19 of file SerialPatchTree.cpp.
| 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.