#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | _FCALL |
Functions | |
| int | METIS_PartGraphKway (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *vsize, int *ADJWGT2, int *NNODE, float *tpwgts, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int | METIS_PartGraphRecursive (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *vsize, int *ADJWGT2, int *NNODE, float *tpwgts, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int | wrap_metis_partgraphkway_ (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int | wrap_metis_partgraphkway (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int | wrap_metis_partgraphkway__ (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int _FCALL | WRAP_METIS_PARTGRAPHKWAY (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int | wrap_metis_partgraphrecursive_ (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int | wrap_metis_partgraphrecursive (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int | wrap_metis_partgraphrecursive__ (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| int _FCALL | WRAP_METIS_PARTGRAPHRECURSIVE (int *NELEM, int *NCOND, int *XADJ, int *ADJNCY, int *IWD, int *NNODE, float *UBVEC, int *OPTIONS, int *NEC, int *CEP) |
| #define _FCALL |
Definition at line 26 of file grid2m_wrap.c.
| int METIS_PartGraphKway | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | vsize, | ||
| int * | ADJWGT2, | ||
| int * | NNODE, | ||
| float * | tpwgts, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
| int METIS_PartGraphRecursive | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | vsize, | ||
| int * | ADJWGT2, | ||
| int * | NNODE, | ||
| float * | tpwgts, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
| int _FCALL WRAP_METIS_PARTGRAPHKWAY | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 104 of file grid2m_wrap.c.
| int wrap_metis_partgraphkway | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 61 of file grid2m_wrap.c.
| int wrap_metis_partgraphkway_ | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 39 of file grid2m_wrap.c.
| int wrap_metis_partgraphkway__ | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 82 of file grid2m_wrap.c.
| int _FCALL WRAP_METIS_PARTGRAPHRECURSIVE | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 191 of file grid2m_wrap.c.
| int wrap_metis_partgraphrecursive | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 147 of file grid2m_wrap.c.
| int wrap_metis_partgraphrecursive_ | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 125 of file grid2m_wrap.c.
| int wrap_metis_partgraphrecursive__ | ( | int * | NELEM, |
| int * | NCOND, | ||
| int * | XADJ, | ||
| int * | ADJNCY, | ||
| int * | IWD, | ||
| int * | NNODE, | ||
| float * | UBVEC, | ||
| int * | OPTIONS, | ||
| int * | NEC, | ||
| int * | CEP ) |
Definition at line 169 of file grid2m_wrap.c.