CoreNEURON
tnode.hpp File Reference
#include <vector>

Go to the source code of this file.

Classes

class  coreneuron::TNode
 TNode is the tree node that represents the tree of the compartments. More...
 

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 

Macros

#define warpsize   32
 

Typedefs

using coreneuron::VecTNode = std::vector< TNode * >
 

Functions

size_t coreneuron::level_from_leaf (VecTNode &)
 
size_t coreneuron::level_from_root (VecTNode &)
 
void coreneuron::group_order2 (VecTNode &, size_t groupsize, size_t ncell)
 Implementation of the advanced interleaving strategy (interleave_permute_type == 2) More...
 
size_t coreneuron::dist2child (TNode *nd)
 
size_t coreneuron::warp_balance (size_t ncell, VecTNode &nodevec)
 Use of the LPT (Least Processing Time) algorithm to create balanced groups of cells. More...
 

Macro Definition Documentation

◆ warpsize

#define warpsize   32

Definition at line 85 of file tnode.hpp.