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 |
Populates a graph so it represents a perturbed mesh using a simulated number of processors.