|
| AlgBlockMapping (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) |
|
| AlgBlockMapping (const Teuchos::RCP< const Teuchos::Comm< int > > comm_, const part_t nparts) |
| Constructor that allows this mapping method to be used as a. More...
|
|
void | sharedConstructor () |
|
void | map (const 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...
|
|
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 void | map (const RCP< MappingSolution< Adapter > > &solution) |
| Mapping 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...
|
|
template<typename Adapter, typename MachineRep>
class Zoltan2::AlgBlockMapping< Adapter, MachineRep >
Definition at line 68 of file Zoltan2_AlgBlockMapping.hpp.