|
| AlgZoltan (const RCP< const Environment > &env__, const RCP< const Comm< int > > &problemComm__, const RCP< const IdentifierAdapter< user_t > > &adapter__) |
|
| AlgZoltan (const RCP< const Environment > &env__, const RCP< const Comm< int > > &problemComm__, const RCP< const VectorAdapter< user_t > > &adapter__) |
|
| AlgZoltan (const RCP< const Environment > &env__, const RCP< const Comm< int > > &problemComm__, const RCP< const GraphAdapter< user_t, userCoord_t > > &adapter__) |
|
| AlgZoltan (const RCP< const Environment > &env__, const RCP< const Comm< int > > &problemComm__, const RCP< const MatrixAdapter< user_t, userCoord_t > > &adapter__) |
|
| AlgZoltan (const RCP< const Environment > &env__, const RCP< const Comm< int > > &problemComm__, const RCP< const MeshAdapter< user_t > > &adapter__) |
|
void | partition (const RCP< PartitioningSolution< Adapter > > &solution) |
| Partitioning method. More...
|
|
virtual | ~Algorithm () |
|
virtual int | localOrder (const RCP< LocalOrderingSolution< lno_t > > &) |
| Ordering method. More...
|
|
virtual int | globalOrder (const RCP< GlobalOrderingSolution< gno_t > > &) |
| Ordering method. More...
|
|
virtual void | color (const RCP< ColoringSolution< Adapter > > &) |
| Coloring method. More...
|
|
virtual void | match () |
| Matching method. More...
|
|
virtual void | partitionMatrix (const RCP< MatrixPartitioningSolution< Adapter > > &) |
| Matrix Partitioning method. More...
|
|
virtual void | map (const RCP< MappingSolution< Adapter > > &) |
| Mapping method. More...
|
|
virtual std::vector
< coordinateModelPartBox > & | getPartBoxesView () const |
| for partitioning methods, return bounding boxes of the More...
|
|
virtual part_t | pointAssign (int, scalar_t *) const |
| pointAssign method: Available only for some partitioning algorithms More...
|
|
virtual void | boxAssign (int, scalar_t *, scalar_t *, size_t &, part_t **) const |
| boxAssign method: Available only for some partitioning algorithms More...
|
|
virtual void | getCommunicationGraph (const PartitioningSolution< Adapter > *, ArrayRCP< part_t > &, ArrayRCP< part_t > &) |
| returns serial communication graph of a computed partition More...
|
|
virtual int | getRankForPart (part_t) |
| In mapping, returns the rank to which a part is assigned. More...
|
|
virtual void | getMyPartsView (part_t &, part_t *&) |
| In mapping, returns a view of parts assigned to the current rank. More...
|
|
template<typename Adapter>
class Zoltan2::AlgZoltan< Adapter >
Definition at line 42 of file Zoltan2_AlgZoltan.hpp.