|
| | AlgDefaultMapping (const Teuchos::RCP< const Teuchos::Comm< int > > &comm_, const Teuchos::RCP< const MachineRep > &machine_, const Teuchos::RCP< const Adapter > &adapter_, const Teuchos::RCP< const Zoltan2::PartitioningSolution< Adapter > > &psoln_, const Teuchos::RCP< const Environment > &envConst) |
| |
| void | map (Teuchos::RCP< MappingSolution< Adapter > > msoln) |
| |
| int | getRankForPart (part_t p) |
| | In mapping, returns the rank to which a part is assigned. More...
|
| |
| void | getMyPartsView (part_t &numParts, part_t *&parts) |
| | In mapping, returns a view of parts assigned to the current rank. More...
|
| |
| void | map (const RCP< PartitioningSolution< Adapter > > &solution) |
| |
| | AlgDefaultMapping (const Teuchos::RCP< const Teuchos::Comm< int > > &comm_, const Teuchos::RCP< const MachineRepresentation< pcoord_t, part_t > > &machine_, const Teuchos::RCP< const Adapter > &adapter_, const Teuchos::RCP< const Zoltan2::PartitioningSolution< Adapter > > &psoln_, const Teuchos::RCP< const Environment > &envConst) |
| |
| void | map (Teuchos::RCP< MappingSolution< Adapter > > msoln) |
| |
| int | getRankForPart (part_t p) |
| | In mapping, returns the rank to which a part is assigned. More...
|
| |
| void | getPartsForRankView (int rank, part_t &numParts, part_t *&parts) |
| |
| void | map (const RCP< PartitioningSolution< Adapter > > &solution) |
| |
| | AlgDefaultMapping (const Teuchos::RCP< const Teuchos::Comm< int > > &comm_, const Teuchos::RCP< const MachineRepresentation< pcoord_t, part_t > > &machine_, const Teuchos::RCP< const Adapter > &adapter_, const Teuchos::RCP< const Zoltan2::PartitioningSolution< Adapter > > &psoln_, const Teuchos::RCP< const Environment > &envConst) |
| |
| void | map (Teuchos::RCP< MappingSolution< Adapter > > msoln) |
| |
| int | getRankForPart (part_t p) |
| | In mapping, returns the rank to which a part is assigned. More...
|
| |
| void | getPartsForRankView (int rank, part_t &numParts, part_t *&parts) |
| |
| void | map (const RCP< PartitioningSolution< Adapter > > &solution) |
| |
| 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 | partition (const RCP< PartitioningSolution< Adapter > > &) |
| | Partitioning method. More...
|
| |
| virtual void | partitionMatrix (const RCP< MatrixPartitioningSolution< Adapter > > &) |
| | Matrix Partitioning method. More...
|
| |
| virtual void | map (const RCP< MappingSolution< Adapter > > &) |
| | Mapping method. More...
|
| |
| virtual bool | isPartitioningTreeBinary () const |
| | return if algorithm determins tree to be binary More...
|
| |
| virtual void | getPartitionTree (part_t, part_t &, std::vector< part_t > &, std::vector< part_t > &, std::vector< part_t > &, std::vector< part_t > &) const |
| | for partitioning methods, fill arrays with partition tree info 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...
|
| |
template<typename Adapter, typename MachineRep>
class Zoltan2::AlgDefaultMapping< Adapter, MachineRep >
Definition at line 63 of file Zoltan2_AlgDefaultMapping.hpp.