Zoltan2
|
#include <Zoltan2_AlgRCM.hpp>
Public Types | |
typedef Adapter::lno_t | lno_t |
typedef Adapter::gno_t | gno_t |
typedef Adapter::scalar_t | scalar_t |
![]() | |
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 | |
AlgRCM (const RCP< GraphModel< Adapter > > &model__, const RCP< Teuchos::ParameterList > &pl__, const RCP< Teuchos::Comm< int > > &comm__) | |
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 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... | |
Definition at line 63 of file Zoltan2_AlgRCM.hpp.
typedef Adapter::lno_t Zoltan2::AlgRCM< Adapter >::lno_t |
Definition at line 73 of file Zoltan2_AlgRCM.hpp.
typedef Adapter::gno_t Zoltan2::AlgRCM< Adapter >::gno_t |
Definition at line 74 of file Zoltan2_AlgRCM.hpp.
typedef Adapter::scalar_t Zoltan2::AlgRCM< Adapter >::scalar_t |
Definition at line 75 of file Zoltan2_AlgRCM.hpp.
|
inline |
Definition at line 77 of file Zoltan2_AlgRCM.hpp.
|
inlinevirtual |
Ordering method.
Reimplemented from Zoltan2::Algorithm< Adapter >.
Definition at line 85 of file Zoltan2_AlgRCM.hpp.