Go to the source code of this file.
Functions | |
void | Change2CNumbering (idx_t nvtxs, idx_t *xadj, idx_t *adjncy) |
void | Change2FNumbering (idx_t nvtxs, idx_t *xadj, idx_t *adjncy, idx_t *vector) |
void | Change2FNumbering2 (idx_t nvtxs, idx_t *xadj, idx_t *adjncy) |
void | Change2FNumberingOrder (idx_t nvtxs, idx_t *xadj, idx_t *adjncy, idx_t *v1, idx_t *v2) |
void | ChangeMesh2CNumbering (idx_t n, idx_t *ptr, idx_t *ind) |
void | ChangeMesh2FNumbering (idx_t n, idx_t *ptr, idx_t *ind, idx_t nvtxs, idx_t *xadj, idx_t *adjncy) |
void | ChangeMesh2FNumbering2 (idx_t ne, idx_t nn, idx_t *ptr, idx_t *ind, idx_t *epart, idx_t *npart) |
This function changes the numbering to start from 0 instead of 1
Definition at line 19 of file fortran.c.
Referenced by METIS_NodeND(), METIS_PartGraphKway(), and METIS_PartGraphRecursive().
This function changes the numbering to start from 1 instead of 0
Definition at line 34 of file fortran.c.
Referenced by METIS_PartGraphKway(), and METIS_PartGraphRecursive().
This function changes the numbering to start from 1 instead of 0
Definition at line 68 of file fortran.c.
Referenced by METIS_NodeND().
This function changes the numbering to start from 0 instead of 1
Definition at line 92 of file fortran.c.
Referenced by METIS_MeshToDual(), METIS_MeshToNodal(), METIS_PartMeshDual(), and METIS_PartMeshNodal().
void ChangeMesh2FNumbering | ( | idx_t | n, | |
idx_t * | ptr, | |||
idx_t * | ind, | |||
idx_t | nvtxs, | |||
idx_t * | xadj, | |||
idx_t * | adjncy | |||
) |
This function changes the numbering to start from 1 instead of 0
Definition at line 106 of file fortran.c.
Referenced by METIS_MeshToDual(), and METIS_MeshToNodal().
void ChangeMesh2FNumbering2 | ( | idx_t | ne, | |
idx_t | nn, | |||
idx_t * | ptr, | |||
idx_t * | ind, | |||
idx_t * | epart, | |||
idx_t * | npart | |||
) |
This function changes the numbering to start from 1 instead of 0
Definition at line 126 of file fortran.c.
Referenced by METIS_PartMeshDual(), and METIS_PartMeshNodal().