hp2FEM  0.1
Functions
src/metis-5.0/libmetis/auxapi.c File Reference

This file contains various helper API routines for using METIS. More...

#include "metislib.h"
Include dependency graph for auxapi.c:

Functions

int METIS_Free (void *ptr)
int METIS_SetDefaultOptions (idx_t *options)

Detailed Description

This file contains various helper API routines for using METIS.

Date:
Started 5/12/2011
Author:
George
Copyright 1997-2009, Regents of the University of Minnesota
Version:
$Id: auxapi.c 10409 2011-06-25 16:58:34Z karypis $ 

Function Documentation

int METIS_Free ( void *  ptr)

This function free memory that was allocated by METIS and retuned to the application.

Parameters:
ptrpoints to the memory that was previously allocated by METIS.
int METIS_SetDefaultOptions ( idx_t *  options)

This function sets the default values for the options.

Parameters:
optionspoints to an array of size at least METIS_NOPTIONS.
 All Classes Files Functions Variables Typedefs Friends Defines