|
Sierra Toolkit Version of the Day
|
#include <iostream>#include <map>#include <set>#include <list>#include <sstream>#include <algorithm>#include <stdexcept>#include <TPI.h>#include <stk_search/SearchTypes.hpp>#include <stk_util/parallel/Parallel.hpp>#include <stk_util/parallel/ParallelComm.hpp>#include <stk_util/parallel/ParallelReduce.hpp>#include <stk_search/OctTreeOps.hpp>Go to the source code of this file.
Namespaces | |
| namespace | stk |
Sierra Toolkit. | |
Functions | |
| bool | stk::search::hsfc_box_covering (const float *const global_box, const float *const small_box, OctTreeKey *const covering, unsigned &number, double scale) |
| Generate an oct-tree covering of a small box within a global box. | |
| unsigned | stk::search::processor (const stk::OctTreeKey *const cuts_b, const stk::OctTreeKey *const cuts_e, const stk::OctTreeKey &key) |
| void | stk::search::oct_tree_partition_private (const unsigned p_first, const unsigned p_end, const unsigned depth, const double tolerance, float *const weights, const unsigned cuts_length, OctTreeKey *const cuts) |
| A recursive kernel used within the oct_tree_partitioning algorithms. | |
Definition in file OctTreeOps.cpp.