Chi-Tech
|
#include <KBAGraphPartitioner.h>
Data Structures | |
struct | CoordinateInfo |
Public Member Functions | |
KBAGraphPartitioner (const InputParameters ¶ms) | |
std::vector< int64_t > | Partition (const std::vector< std::vector< uint64_t > > &graph, const std::vector< chi_mesh::Vector3 > ¢roids, int number_of_parts) override |
virtual std::vector< int64_t > | Partition (const std::vector< std::vector< uint64_t > > &graph, const std::vector< chi_mesh::Vector3 > ¢roids, int number_of_parts)=0 |
Public Member Functions inherited from ChiObject | |
ChiObject () | |
ChiObject (const chi::InputParameters ¶ms) | |
void | SetStackID (size_t stack_id) |
size_t | StackID () const |
virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
virtual | ~ChiObject ()=default |
Static Public Member Functions | |
static InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
static chi::InputParameters | GetInputParameters () |
Protected Attributes | |
const size_t | nx_ |
const size_t | ny_ |
const size_t | nz_ |
const std::vector< double > | xcuts_ |
const std::vector< double > | ycuts_ |
const std::vector< double > | zcuts_ |
std::array< CoordinateInfo, 3 > | coordinate_infos_ |
Additional Inherited Members | |
Protected Member Functions inherited from chi::GraphPartitioner | |
GraphPartitioner (const InputParameters ¶ms) | |
Static Protected Member Functions inherited from chi::GraphPartitioner | |
static InputParameters | GetInputParameters () |
Definition at line 11 of file KBAGraphPartitioner.h.
|
explicit |
Definition at line 47 of file KBAGraphPartitioner.cc.
|
static |
Definition at line 18 of file KBAGraphPartitioner.cc.
|
overridevirtual |
Given a graph. Returns the partition ids of each row in the graph.
Implements chi::GraphPartitioner.
Definition at line 85 of file KBAGraphPartitioner.cc.
|
protected |
Definition at line 32 of file KBAGraphPartitioner.h.
|
protected |
Definition at line 23 of file KBAGraphPartitioner.h.
|
protected |
Definition at line 23 of file KBAGraphPartitioner.h.
|
protected |
Definition at line 23 of file KBAGraphPartitioner.h.
|
protected |
Definition at line 24 of file KBAGraphPartitioner.h.
|
protected |
Definition at line 24 of file KBAGraphPartitioner.h.
|
protected |
Definition at line 24 of file KBAGraphPartitioner.h.