mt-Metis
Macros | Functions
coarsen.c File Reference

Coarsening functions. More...

#include "coarsen.h"
#include "aggregate.h"
#include "contract.h"
#include "check.h"

Functions

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

Detailed Description

Coarsening functions.

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

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.