#include "BasicRCB.h"
#include "../utilities/HelperFunctors.h"
#include <cmath>
#include <vector>
#include <algorithm>
#include <functional>
#include <cassert>
#include <cstdlib>
Functions | |
| void | parallel::basicRCB (std::vector< double >::iterator itcb, std::vector< double >::iterator itce, unsigned numberOfPartitions, unsigned myNumber, std::vector< unsigned > &myNodes) |
Variables | |
| double | xyz [3] |
| const int | globalID |
| const int | _dir |
| PointIt | _dataBegin |
| PointIt | _dataEnd |
| int | _level |
| RCBTree * | _childL |
| RCBTree * | _childR |
| struct RCBTree* _childL |
| struct RCBTree* _childR |
| PointIt _dataBegin |
| PointIt _dataEnd |
| const int _dir |
| int _level |
| const int globalID |
| double xyz[3] |
1.4.7