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

Types and function for uncoarsening 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  adjinfo_type
 
struct  kwnbrinfo_type
 
struct  kwinfo_type
 

Macros

#define DLMEM_PREFIX   kwnbrinfo
 
#define DLMEM_TYPE_T   kwnbrinfo_type
 
#define DLMEM_PREFIX   adjinfo
 
#define DLMEM_TYPE_T   adjinfo_type
 
#define par_kwinfo_create   MTMETIS_par_kwinfo_create
 
#define par_kwinfo_free   MTMETIS_par_kwinfo_free
 

Typedefs

typedef struct adjinfo_type adjinfo_type
 
typedef struct kwnbrinfo_type kwnbrinfo_type
 
typedef struct kwinfo_type kwinfo_type
 

Functions

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

Detailed Description

Types and function for uncoarsening 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-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.