abl
partitioner.c File Reference
#include "gslib.h"
+ Include dependency graph for partitioner.c:

Classes

struct  edata
 

Macros

#define MAXNV   8 /* maximum number of vertices per element */
 
#define fpartMesh   FORTRAN_UNPREFIXED(fpartmesh,FPARTMESH)
 
#define fprintPartStat   FORTRAN_UNPREFIXED(printpartstat,PRINTPARTSTAT)
 

Functions

void fpartMesh (long long *el, long long *vl, const int *lelt, int *nell, const int *nve, int *fcomm, int *rtval)
 
void printPartStat (long long *vtx, int nel, int nv, comm_ext ce)
 
void fprintPartStat (long long *vtx, int *nel, int *nv, int *comm)
 

Macro Definition Documentation

◆ fpartMesh

#define fpartMesh   FORTRAN_UNPREFIXED(fpartmesh,FPARTMESH)

◆ fprintPartStat

#define fprintPartStat   FORTRAN_UNPREFIXED(printpartstat,PRINTPARTSTAT)

◆ MAXNV

#define MAXNV   8 /* maximum number of vertices per element */

Function Documentation

◆ fpartMesh()

void fpartMesh ( long long *  el,
long long *  vl,
const int *  lelt,
int *  nell,
const int *  nve,
int *  fcomm,
int *  rtval 
)

◆ fprintPartStat()

void fprintPartStat ( long long *  vtx,
int *  nel,
int *  nv,
int *  comm 
)

◆ printPartStat()

void printPartStat ( long long *  vtx,
int  nel,
int  nv,
comm_ext  ce 
)