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.
|
#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 |
|
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
Free an esinfo and its associated memory.
- Parameters
-
graph | The graph to free the esinfo of. |
Allocate the memory arrays for refinement of an edge separator.
- Parameters
-
ctrl | The control structure. |
graph | The graph. |
Free an esinfo and its associated memory.
- Parameters
-
graph | The graph to free the esinfo of. |