mt-Metis
Macros | Functions
vsinfo.c File Reference

FUnctions for allocating vertex separator refinement information. More...

#include "vsinfo.h"
#include <dlmem_funcs.h>

Macros

#define MTMETIS_VSINFO_C
 
#define DLMEM_PREFIX   vsnbrinfo
 
#define DLMEM_TYPE_T   vsnbrinfo_type
 

Functions

void vsinfo_free (graph_type *const graph)
 Free a vsinfo and its associate memory. More...
 
void par_vsinfo_create (ctrl_type *const ctrl, graph_type *const graph)
 Allocate the memory arrays for refinement of a vertex separator. More...
 
void par_vsinfo_free (graph_type *const graph)
 Free a vsinfo and its associate memory. More...
 

Detailed Description

FUnctions for allocating vertex separator refinement information.

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-11-11

Function Documentation

void par_vsinfo_create ( ctrl_type ctrl,
graph_type graph 
)

Allocate the memory arrays for refinement of a vertex separator.

Parameters
ctrlThe control structure.
graphThe graph to create vsinfo for.
void par_vsinfo_free ( graph_type graph)

Free a vsinfo and its associate memory.

Parameters
graphThe graph to free the vsinfo of.
void vsinfo_free ( graph_type graph)

Free a vsinfo and its associate memory.

Parameters
graphThe graph to free the vsinfo of.