mt-Metis
Macros | Functions
coarsen.h File Reference

Functions for coarsening. More...

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

Go to the source code of this file.

Macros

#define par_coarsen_graph   MTMETIS_par_coarsen_graph
 

Functions

graph_typepar_coarsen_graph (ctrl_type *ctrl, graph_type *graph)
 Coarsen a graph. More...
 

Detailed Description

Functions for coarsening.

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

Function Documentation

graph_type* par_coarsen_graph ( ctrl_type ctrl,
graph_type graph 
)

Coarsen a graph.

Parameters
ctrlThe control structure specifying how to coarsen the graph.
graphThe graph to coarsen.
Returns
The coarse graph.