hp2FEM
0.1
|
This file contains various helper API routines for using METIS. More...
#include "metislib.h"
Functions | |
int | METIS_Free (void *ptr) |
int | METIS_SetDefaultOptions (idx_t *options) |
This file contains various helper API routines for using METIS.
$Id: auxapi.c 10409 2011-06-25 16:58:34Z karypis $
int METIS_Free | ( | void * | ptr | ) |
This function free memory that was allocated by METIS and retuned to the application.
ptr | points to the memory that was previously allocated by METIS. |
int METIS_SetDefaultOptions | ( | idx_t * | options | ) |
This function sets the default values for the options.
options | points to an array of size at least METIS_NOPTIONS. |