Zoltan2
|
#include <Zoltan2_AlgND.hpp>
Public Member Functions | |
AlgND (const RCP< const Environment > &env_, const RCP< const Comm< int > > &problemComm_, const RCP< GraphModel< typename Adapter::base_adapter_t > > &gModel_, const RCP< CoordinateModel< typename Adapter::base_adapter_t > > &cModel_, const RCP< const typename Adapter::base_adapter_t > baseInputAdapter_) | |
int | order (const RCP< OrderingSolution< lno_t, gno_t > > &solution_) |
Ordering method. More... | |
![]() | |
virtual | ~Algorithm () |
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... | |
virtual int | getRankForPart (part_t p) |
In mapping, returns the rank to which a part is assigned. More... | |
virtual void | getMyPartsView (part_t &numParts, part_t *&parts) |
In mapping, returns a view of parts assigned to the current rank. More... | |
Additional Inherited Members | |
![]() | |
typedef Adapter::lno_t | lno_t |
typedef Adapter::gno_t | gno_t |
typedef Adapter::scalar_t | scalar_t |
typedef Adapter::part_t | part_t |
Nested dissection based ordering method.
env | library configuration and problem parameters |
problemComm | the communicator for the problem |
ids | an Identifier model |
Preconditions: The parameters in the environment have been processed (committed). No special requirements on the identifiers.
Definition at line 89 of file Zoltan2_AlgND.hpp.
|
inline |
Definition at line 123 of file Zoltan2_AlgND.hpp.
|
virtual |
Ordering method.
Reimplemented from Zoltan2::Algorithm< Adapter::base_adapter_t >.
Definition at line 156 of file Zoltan2_AlgND.hpp.