10#ifndef MILUPHPC_TREEHANDLER_H
11#define MILUPHPC_TREEHANDLER_H
14#include "../parameter.h"
15#include "../utils/logger.h"
16#include "../cuda_utils/cuda_runtime.h"
17#include <boost/mpi.hpp>
Tree * d_tree
device instance of Class Tree
real * h_minX
host (pointer to) bounding box minimal x
real * h_minY
host (pointer to) bounding box minimal y
integer * d_mutex
device (pointer to) mutex/lock
integer * d_sorted
device (pointer to) sorted (array)
real * h_maxX
host (pointer to) bounding box maximal x
integer * h_index
host (pointer to) index
integer * h_toDeleteLeaf
host (pointer to) array remembering leaf indices for rebuilding after temporarily inserting particles
real * d_maxX
device (pointer to) bounding box maximal x
real * d_maxZ
device (pointer to) bounding box maximal z
integer numParticles
number of particles
integer * h_toDeleteNode
host (pointer to) array remembering leaf indices for rebuilding after temporarily inserting particles
integer * d_start
device (pointer to) start (array)
integer * d_toDeleteLeaf
device (pointer to) array remembering leaf indices for rebuilding after temporarily inserting particl...
real * d_minZ
device (pointer to) bounding box minimal z
integer * d_index
device (pointer to) index
real * d_minX
device (pointer to) bounding box minimal x
void copy(To::Target target=To::device, bool borders=true, bool index=true, bool toDelete=true)
Copy (parts of the) tree instance(s) between host and device.
real * h_maxY
host (pointer to) bounding box maximal y
TreeHandler(integer numParticles, integer numNodes)
Constructor.
integer numNodes
number of nodes
real * d_minY
device (pointer to) bounding box minimal y
real * h_minZ
host (pointer to) bounding box minimal z
real * d_maxY
device (pointer to) bounding box maximal y
~TreeHandler()
Destructor.
real * h_maxZ
host (pointer to) bounding box maximal x
integer * d_count
device (pointer to) count (array)
void globalizeBoundingBox(Execution::Location exLoc=Execution::device)
All reduce bounding box(es)/borders (among MPI processes)
integer * d_child
device (pointer to) child/children (array)
integer * d_toDeleteNode
device (pointer to) array remembering leaf indices for rebuilding after temporarily inserting particl...
Tree related classes, kernels and functions.