STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Protected Attributes
stapl::generators::perturbed_mesh< G > Struct Template Reference

Populates a graph so it represents a perturbed mesh using a simulated number of processors. More...

Public Member Functions

 perturbed_mesh (G &g)
 
void add_vertices (void)
 
void add_edges (double rate, size_t simulated_procs=get_num_locations())
 
void add_edge (size_t &ix, size_t &nx, double &rate)
 

Protected Attributes

G & m_graph
 
size_t m_vertices_dim
 
size_t m_vertices
 

Detailed Description

template<typename G>
struct stapl::generators::perturbed_mesh< G >

Populates a graph so it represents a perturbed mesh using a simulated number of processors.


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