ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
meshpart.c File Reference
#include "metis.h"
Include dependency graph for meshpart.c:

Go to the source code of this file.

Functions

void METIS_PartMeshNodal (int *ne, int *nn, idxtype *elmnts, int *etype, int *numflag, int *nparts, int *edgecut, idxtype *epart, idxtype *npart)
 
void METIS_PartMeshDual (int *ne, int *nn, idxtype *elmnts, int *etype, int *numflag, int *nparts, int *edgecut, idxtype *epart, idxtype *npart)
 

Function Documentation

◆ METIS_PartMeshDual()

void METIS_PartMeshDual ( int *  ne,
int *  nn,
idxtype elmnts,
int *  etype,
int *  numflag,
int *  nparts,
int *  edgecut,
idxtype epart,
idxtype npart 
)

◆ METIS_PartMeshNodal()

void METIS_PartMeshNodal ( int *  ne,
int *  nn,
idxtype elmnts,
int *  etype,
int *  numflag,
int *  nparts,
int *  edgecut,
idxtype epart,
idxtype npart 
)