|
| double | timer () |
| |
| template<class ExecutionSpace , typename MemorySpace > |
| void | detectConflicts (const size_t n_local, const size_t n_ghosts, Kokkos::View< offset_t *, Kokkos::Device< ExecutionSpace, MemorySpace >> dist_offsets, Kokkos::View< lno_t *, Kokkos::Device< ExecutionSpace, MemorySpace >> dist_adjs, Kokkos::View< int *, Kokkos::Device< ExecutionSpace, MemorySpace >> femv_colors, Kokkos::View< lno_t *, Kokkos::Device< ExecutionSpace, MemorySpace >> verts_to_send_view, Kokkos::View< size_t *, Kokkos::Device< ExecutionSpace, MemorySpace >, Kokkos::MemoryTraits< Kokkos::Atomic >> verts_to_send_size_atomic, Kokkos::View< gno_t *, Kokkos::Device< ExecutionSpace, MemorySpace >> recoloringSize, Kokkos::View< int *, Kokkos::Device< ExecutionSpace, MemorySpace >> rand, Kokkos::View< gno_t *, Kokkos::Device< ExecutionSpace, MemorySpace >> gid, Kokkos::View< gno_t *, Kokkos::Device< ExecutionSpace, MemorySpace >> ghost_degrees, bool recolor_degrees) |
| |
| | AlgDistance1 (const RCP< const base_adapter_t > &adapter_, const RCP< Teuchos::ParameterList > &pl_, const RCP< Environment > &env_, const RCP< const Teuchos::Comm< int > > &comm_) |
| |
| void | color (const RCP< ColoringSolution< Adapter > > &solution) |
| | Coloring method. More...
|
| |
| void | hybridGMB (const size_t nVtx, const Teuchos::ArrayView< const lno_t > &adjs, const Teuchos::ArrayView< const offset_t > &offsets, const Teuchos::RCP< femv_t > &femv, const Teuchos::ArrayView< const gno_t > &gids, const Teuchos::ArrayView< const int > &rand, const Teuchos::ArrayView< const int > &owners, RCP< const map_t > mapOwnedPlusGhosts, const std::unordered_map< lno_t, std::vector< int >> &procs_to_send) |
| |
| 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 | 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...
|
| |
| virtual int | getRankForPart (part_t) |
| | In mapping, returns the rank to which a part is assigned. More...
|
| |
| virtual void | getMyPartsView (part_t &, part_t *&) |
| | In mapping, returns a view of parts assigned to the current rank. More...
|
| |
template<typename Adapter>
class Zoltan2::AlgDistance1< Adapter >
Definition at line 50 of file Zoltan2_AlgHybridD1.hpp.