15 #ifndef MTMETIS_ESINFO_H 16 #define MTMETIS_ESINFO_H 52 #define DLMEM_PREFIX esnbrinfo 53 #define DLMEM_TYPE_T esnbrinfo_type 54 #include <dlmem_headers.h> 66 #define esinfo_free MTMETIS_esinfo_free 76 #define par_esinfo_create MTMETIS_par_esinfo_create 88 #define par_esinfo_free MTMETIS_par_esinfo_free Type and function prototypes for the ctrl structure.
void par_esinfo_free(graph_type *graph)
Free an esinfo and its associated memory.
Definition: esinfo.c:90
void par_esinfo_create(ctrl_type *ctrl, graph_type *graph)
Allocate the memory arrays for refinement of an edge separator.
Definition: esinfo.c:66
Types and functions for distributed graph objects.
void esinfo_free(graph_type *graph)
Free an esinfo and its associated memory.
Definition: esinfo.c:44