mt-Metis
Macros | Functions
kwinfo.c File Reference

Functions for allocating an manipulating kwinfos. More...

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

Macros

#define MTMETIS_KWINFO_C
 
#define DLMEM_PREFIX   kwnbrinfo
 
#define DLMEM_TYPE_T   kwnbrinfo_type
 
#define DLMEM_PREFIX   adjinfo
 
#define DLMEM_TYPE_T   adjinfo_type
 

Functions

void par_kwinfo_create (ctrl_type *const ctrl, graph_type *const graph)
 Allocate the memory arrays for refinement. More...
 
void par_kwinfo_free (graph_type *const graph)
 Free a kwinfo and its associate memory owned by graph. More...
 

Detailed Description

Functions for allocating an manipulating kwinfos.

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-09-19

Function Documentation

void par_kwinfo_create ( ctrl_type ctrl,
graph_type graph 
)

Allocate the memory arrays for refinement.

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

Free a kwinfo and its associate memory owned by graph.

Parameters
graphThe graph to free the kwinfo of.