mt-Metis
Classes | Macros | Typedefs | Functions
esinfo.h File Reference

Types and function prototypes for edge separator refinement information. More...

#include "base.h"
#include "graph.h"
#include "ctrl.h"
#include <dlmem_headers.h>

Go to the source code of this file.

Classes

struct  esnbrinfo_type
 
struct  esinfo_type
 

Macros

#define DLMEM_PREFIX   esnbrinfo
 
#define DLMEM_TYPE_T   esnbrinfo_type
 
#define esinfo_free   MTMETIS_esinfo_free
 
#define par_esinfo_create   MTMETIS_par_esinfo_create
 
#define par_esinfo_free   MTMETIS_par_esinfo_free
 

Typedefs

typedef struct esnbrinfo_type esnbrinfo_type
 
typedef struct esinfo_type esinfo_type
 

Functions

void esinfo_free (graph_type *graph)
 Free an esinfo and its associated memory. More...
 
void par_esinfo_create (ctrl_type *ctrl, graph_type *graph)
 Allocate the memory arrays for refinement of an edge separator. More...
 
void par_esinfo_free (graph_type *graph)
 Free an esinfo and its associated memory. More...
 

Detailed Description

Types and function prototypes for edge separator refinement information.

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

Function Documentation

void esinfo_free ( graph_type graph)

Free an esinfo and its associated memory.

Parameters
graphThe graph to free the esinfo of.
void par_esinfo_create ( ctrl_type ctrl,
graph_type graph 
)

Allocate the memory arrays for refinement of an edge separator.

Parameters
ctrlThe control structure.
graphThe graph.
void par_esinfo_free ( graph_type graph)

Free an esinfo and its associated memory.

Parameters
graphThe graph to free the esinfo of.