Zoltan2
|
Algorithm defines the base class for all algorithms. More...
#include <Zoltan2_Algorithm.hpp>
Public Types | |
typedef Adapter::lno_t | lno_t |
typedef Adapter::gno_t | gno_t |
typedef Adapter::scalar_t | scalar_t |
typedef Adapter::part_t | part_t |
Public Member Functions | |
virtual | ~Algorithm () |
virtual int | order (const RCP< OrderingSolution< lno_t, gno_t > > &solution) |
Ordering method. More... | |
virtual void | color (const RCP< ColoringSolution< Adapter > > &solution) |
Coloring method. More... | |
virtual void | match () |
Matching method. More... | |
virtual void | partition (const RCP< PartitioningSolution< Adapter > > &solution) |
Partitioning method. More... | |
virtual std::vector< coordinateModelPartBox< scalar_t, part_t > > & | getPartBoxesView () const |
for partitioning methods, return bounding boxes of the More... | |
virtual part_t | pointAssign (int dim, scalar_t *point) const |
pointAssign method: Available only for some partitioning algorithms More... | |
virtual void | boxAssign (int dim, scalar_t *lower, scalar_t *upper, size_t &nParts, part_t **partsFound) const |
boxAssign method: Available only for some partitioning algorithms More... | |
virtual void | getCommunicationGraph (const PartitioningSolution< Adapter > *solution, ArrayRCP< part_t > &comXAdj, ArrayRCP< part_t > &comAdj) |
returns serial communication graph of a computed partition More... | |
Algorithm defines the base class for all algorithms.
Definition at line 55 of file Zoltan2_Algorithm.hpp.
typedef Adapter::lno_t Zoltan2::Algorithm< Adapter >::lno_t |
Definition at line 90 of file Zoltan2_Algorithm.hpp.
typedef Adapter::gno_t Zoltan2::Algorithm< Adapter >::gno_t |
Definition at line 91 of file Zoltan2_Algorithm.hpp.
typedef Adapter::scalar_t Zoltan2::Algorithm< Adapter >::scalar_t |
Definition at line 92 of file Zoltan2_Algorithm.hpp.
typedef Adapter::part_t Zoltan2::Algorithm< Adapter >::part_t |
Definition at line 93 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
Definition at line 96 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
Ordering method.
Reimplemented in Zoltan2::AlgND< Adapter >, Zoltan2::AlgAMD< Adapter >, Zoltan2::AlgRCM< Adapter >, Zoltan2::AlgSortedDegree< Adapter >, Zoltan2::AlgNatural< Adapter >, and Zoltan2::AlgRandom< Adapter >.
Definition at line 99 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
Coloring method.
Reimplemented in Zoltan2::AlgSerialGreedy< Adapter >.
Definition at line 105 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
Matching method.
Definition at line 111 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
Partitioning method.
Reimplemented in Zoltan2::Zoltan2_AlgMJ< Adapter >, Zoltan2::AlgZoltan< Adapter >, Zoltan2::AlgBlock< Adapter >, and Zoltan2::AlgForTestingOnly< Adapter >.
Definition at line 114 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
for partitioning methods, return bounding boxes of the
Reimplemented in Zoltan2::Zoltan2_AlgMJ< Adapter >.
Definition at line 125 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
pointAssign method: Available only for some partitioning algorithms
Definition at line 139 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
boxAssign method: Available only for some partitioning algorithms
Definition at line 157 of file Zoltan2_Algorithm.hpp.
|
inlinevirtual |
returns serial communication graph of a computed partition
Definition at line 173 of file Zoltan2_Algorithm.hpp.