supereight
Loading...
Searching...
No Matches
Functions
se::propagator Namespace Reference

Functions

template<typename OctreeT , typename AggregateF >
void propagateBlockUp (const OctreeT &, se::OctantBase *octant_ptr, const int init_scale, AggregateF aggregate_children_funct)
 Propagate the block values from the current scale to a lower target scale.
 
template<typename OctreeT , typename ChildF , typename ParentF >
void propagateBlockDown (const OctreeT &octree, se::OctantBase *octant_ptr, const int target_scale, ChildF child_funct, ParentF parent_funct)
 Propagate the block values from the current scale to a lower target scale.
 
template<typename PropagateF >
void propagateBlocksToRoot (std::vector< se::OctantBase * > &octant_ptrs, PropagateF &propagate_funct)
 Propagate all nodes to the root using a given up-propagation function.
 
void propagateBlockTimeStampsToRoot (std::vector< se::OctantBase * > &octant_ptrs)
 Propagate all node time stamps to the root.
 

Function Documentation

◆ propagateBlockUp()

void se::propagator::propagateBlockUp ( const OctreeT ,
se::OctantBase octant_ptr,
const int  init_scale,
AggregateF  aggregate_children_funct 
)

Propagate the block values from the current scale to a lower target scale.

Template Parameters
OctreeT
AggregateF
Parameters
[in]octreeThe octree containing the block
[in]octant_ptrThe pointer to the blocks octant base
[in]init_scaleThe scale to start the propagation from (usually current scale)
[in]aggregate_children_functThe function aggregating the child data into the parent data.

◆ propagateBlockDown()

void se::propagator::propagateBlockDown ( const OctreeT octree,
se::OctantBase octant_ptr,
const int  target_scale,
ChildF  child_funct,
ParentF  parent_funct 
)

Propagate the block values from the current scale to a lower target scale.

Template Parameters
OctreeT
ChildF
ParentF
Parameters
[in]octreeThe octree containing the block
[in]octant_ptrThe pointer to the blocks octant base
[in]target_scaleThe scale to propagate the values down
[in]child_functThe function for the child update
[in]parent_functThe function for the parent update

◆ propagateBlocksToRoot()

template<typename PropagateF >
void se::propagator::propagateBlocksToRoot ( std::vector< se::OctantBase * > &  octant_ptrs,
PropagateF propagate_funct 
)

Propagate all nodes to the root using a given up-propagation function.

Template Parameters
PropagateF
Parameters
[in]octant_ptrsThe pointers to the leaf nodes.
[in]propagate_functThe function used for the up-propagation

◆ propagateBlockTimeStampsToRoot()

void se::propagator::propagateBlockTimeStampsToRoot ( std::vector< se::OctantBase * > &  octant_ptrs)

Propagate all node time stamps to the root.

Template Parameters
PropagateF
Parameters
[in]octant_ptrsThe pointers to the leaf nodes.