![]() |
fpmas 1.5
|
Namespaces | |
| namespace | detail |
| namespace | zoltan |
Classes | |
| class | BipartiteGraphBuilder |
| class | ClusteredGraphBuilder |
| class | DistributedClusteredGraphBuilder |
| class | DistributedEdge |
| class | DistributedNode |
| class | DistributedNodeBuilder |
| class | DistributedUniformGraphBuilder |
| class | Edge |
| class | Graph |
| class | LocationManager |
| class | Node |
| class | RandomGraphBuilder |
| class | RandomLoadBalancing |
| class | RingGraphBuilder |
| class | ScheduledLoadBalancing |
| class | TemporaryNode |
| class | UniformGraphBuilder |
| class | ZoltanLoadBalancing |
Typedefs | |
| template<typename T > | |
| using | EdgePtrWrapper = api::utils::PtrWrapper< api::graph::DistributedEdge< T > > |
| template<typename T , template< typename > class SyncMode> | |
| using | DistributedGraph = detail::DistributedGraph< T, SyncMode, graph::DistributedNode, graph::DistributedEdge, communication::TypedMpi, graph::LocationManager > |
| template<typename T > | |
| using | NodePtrWrapper = api::utils::PtrWrapper< api::graph::DistributedNode< T > > |
Enumerations | |
| enum | RingType { LOOP , CYCLE } |
fpmas::api::graph implementations.
| using fpmas::graph::EdgePtrWrapper = typedef api::utils::PtrWrapper<api::graph::DistributedEdge<T> > |
Alias for a DistributedEdge PtrWrapper
| using fpmas::graph::DistributedGraph = typedef detail::DistributedGraph< T, SyncMode, graph::DistributedNode, graph::DistributedEdge, communication::TypedMpi, graph::LocationManager> |
Default api::graph::DistributedGraph implementation.
| using fpmas::graph::NodePtrWrapper = typedef api::utils::PtrWrapper<api::graph::DistributedNode<T> > |
Alias for a DistributedNode PtrWrapper.