mt-Metis
Classes | Macros | Typedefs | Functions
contract.c File Reference

Functions for performing contraction. More...

#include "contract.h"
#include "check.h"
#include "dlsort_headers.h"

Classes

struct  edge_type
 

Macros

#define MTMETIS_CONTACT_C
 
#define DEF_MASK_SIZE   (0x2000)
 
#define DLSORT_PREFIX   edge
 
#define DLSORT_TYPE_T   edge_type
 
#define DLSORT_COMPARE(a, b)   ((a).dst < (b).dst)
 
#define DLSORT_STATIC
 

Typedefs

typedef struct edge_type edge_type
 

Functions

void par_contract_graph (ctrl_type *const ctrl, graph_type *const graph, vtx_type const mycnvtxs, vtx_type const *const *const gmatch, vtx_type const *const fcmap)
 

Detailed Description

Functions for performing contraction.

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
2015-01-21