Zoltan2
Loading...
Searching...
No Matches
Zoltan2::AlgPuLP< Adapter > Class Template Reference

#include <Zoltan2_AlgPuLP.hpp>

Inheritance diagram for Zoltan2::AlgPuLP< Adapter >:
Collaboration diagram for Zoltan2::AlgPuLP< Adapter >:

Public Types

typedef Adapter::base_adapter_t base_adapter_t
Public Types inherited from Zoltan2::Algorithm< Adapter >
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

 AlgPuLP (const RCP< const Environment > &, const RCP< const Comm< int > > &, const RCP< const base_adapter_t > &)
Public Member Functions inherited from Zoltan2::Algorithm< Adapter >
virtual ~Algorithm ()
virtual int localOrder (const RCP< LocalOrderingSolution< lno_t > > &)
 Ordering method.
virtual int globalOrder (const RCP< GlobalOrderingSolution< gno_t > > &)
 Ordering method.
virtual void color (const RCP< ColoringSolution< Adapter > > &)
 Coloring method.
virtual void match ()
 Matching method.
virtual void partition (const RCP< PartitioningSolution< Adapter > > &)
 Partitioning method.
virtual void partitionMatrix (const RCP< MatrixPartitioningSolution< Adapter > > &)
 Matrix Partitioning method.
virtual void map (const RCP< MappingSolution< Adapter > > &)
 Mapping method.
virtual bool isPartitioningTreeBinary () const
 return if algorithm determins tree to be binary
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
virtual std::vector< coordinateModelPartBox > & getPartBoxesView () const
 for partitioning methods, return bounding boxes of the
virtual part_t pointAssign (int, scalar_t *) const
 pointAssign method: Available only for some partitioning algorithms
virtual void boxAssign (int, scalar_t *, scalar_t *, size_t &, part_t **) const
 boxAssign method: Available only for some partitioning algorithms
virtual void getCommunicationGraph (const PartitioningSolution< Adapter > *, ArrayRCP< part_t > &, ArrayRCP< part_t > &)
 returns serial communication graph of a computed partition
virtual int getRankForPart (part_t)
 In mapping, returns the rank to which a part is assigned.
virtual void getMyPartsView (part_t &, part_t *&)
 In mapping, returns a view of parts assigned to the current rank.

Static Public Member Functions

static void getValidParameters (ParameterList &)
 Set up validators specific to this algorithm.

Detailed Description

template<typename Adapter>
class Zoltan2::AlgPuLP< Adapter >

Definition at line 31 of file Zoltan2_AlgPuLP.hpp.

Member Typedef Documentation

◆ base_adapter_t

template<typename Adapter>
typedef Adapter::base_adapter_t Zoltan2::AlgPuLP< Adapter >::base_adapter_t

Definition at line 34 of file Zoltan2_AlgPuLP.hpp.

Constructor & Destructor Documentation

◆ AlgPuLP()

template<typename Adapter>
Zoltan2::AlgPuLP< Adapter >::AlgPuLP ( const RCP< const Environment > & ,
const RCP< const Comm< int > > & ,
const RCP< const base_adapter_t > &  )
inline

Definition at line 35 of file Zoltan2_AlgPuLP.hpp.

Member Function Documentation

◆ getValidParameters()

template<typename Adapter>
void Zoltan2::AlgPuLP< Adapter >::getValidParameters ( ParameterList & )
inlinestatic

Set up validators specific to this algorithm.

Definition at line 47 of file Zoltan2_AlgPuLP.hpp.


The documentation for this class was generated from the following file: