mt-Metis
Macros | Functions
uncoarsen.h File Reference

Uncoarsening functions. More...

#include "graph.h"
#include "ctrl.h"

Go to the source code of this file.

Macros

#define par_uncoarsen_graph   MTMETIS_par_uncoarsen_graph
 

Functions

void par_uncoarsen_graph (ctrl_type *ctrl, graph_type *graph)
 Uncoarsen a partitioning on a graph (from graph->coarser to graph). More...
 

Detailed Description

Uncoarsening functions.

Author
Dominique LaSalle lasal.nosp@m.le@c.nosp@m.s.umn.nosp@m..edu Copyright 2014-2015, Regents of the University of Minnesota
Version
1
Date
2014-09-18

Function Documentation

void par_uncoarsen_graph ( ctrl_type ctrl,
graph_type graph 
)

Uncoarsen a partitioning on a graph (from graph->coarser to graph).

Parameters
ctrlThe control structure containing runtime parameters.
graphThe original graph to uncoarsen the partition to.