Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
HilbertLoadBalance.hpp File Reference

function to run load balancing with the hilbert curve More...

#include "shammath/sfc/hilbert.hpp"
#include "shamrock/patch/Patch.hpp"
#include <tuple>
#include <vector>
+ Include dependency graph for HilbertLoadBalance.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  shamrock::scheduler::LoadBalancingChangeList
 
struct  shamrock::scheduler::LoadBalancingChangeList::ChangeOp
 
class  shamrock::scheduler::HilbertLoadBalance< hilbert_num >
 hilbert load balancing More...
 

Namespaces

namespace  shamrock
 namespace for the main framework
 

Typedefs

using shamrock::scheduler::HilbertLB = HilbertLoadBalance< u64 >
 
using shamrock::scheduler::HilbertLBQuad = HilbertLoadBalance< shamrock::sfc::quad_hilbert_num >
 

Detailed Description

function to run load balancing with the hilbert curve

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 HilbertLoadBalance.hpp.

Typedef Documentation

◆ HilbertLB

using shamrock::scheduler::HilbertLB = typedef HilbertLoadBalance<u64>

Definition at line 66 of file HilbertLoadBalance.hpp.

◆ HilbertLBQuad

using shamrock::scheduler::HilbertLBQuad = typedef HilbertLoadBalance<shamrock::sfc::quad_hilbert_num>

Definition at line 67 of file HilbertLoadBalance.hpp.