#include "TreeNode.h"
#include "parUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | ot |
Defines | |
#define | PICK_INTER_PROCESSOR_BOUNDARY_BLOCK(SetValueLine) |
#define | PICK_IPBB_SET_TN_VALUE res.push_back(nodes[nodeCnt]); |
#define | PICK_IPBB_SET_UI_VALUE res.push_back(nodeCnt); |
Functions | |
int | pickInterProcessorBoundaryNodes (const std::vector< ot::TreeNode > &nodes, std::vector< ot::TreeNode > &res, const ot::TreeNode &firstBlock, const ot::TreeNode &lastBlock) |
int | pickInterProcessorBoundaryNodes (const std::vector< ot::TreeNode > &nodes, std::vector< unsigned int > &res, const ot::TreeNode &firstBlock, const ot::TreeNode &lastBlock) |
Definition in file pickBdy.C.
|
Definition at line 36 of file pickBdy.C. Referenced by ot::pickInterProcessorBoundaryNodes(). |
|
Definition at line 32 of file pickBdy.C. Referenced by ot::pickInterProcessorBoundaryNodes(). |
|
Definition at line 34 of file pickBdy.C. Referenced by ot::pickInterProcessorBoundaryNodes(). |
|
Definition at line 81 of file pickBdy.C. References PICK_INTER_PROCESSOR_BOUNDARY_BLOCK, PICK_IPBB_SET_TN_VALUE, PROF_PICK_BND_BEGIN, and PROF_PICK_BND_END. Referenced by ot::mergeComboBalAndPickBoundary(), and ot::pickGhostCandidates(). |
|
Definition at line 71 of file pickBdy.C. References PICK_INTER_PROCESSOR_BOUNDARY_BLOCK, PICK_IPBB_SET_UI_VALUE, PROF_PICK_BND_BEGIN, and PROF_PICK_BND_END. Referenced by ot::DA::DA_FactoryPart3(). |