Neko  0.8.99
A portable framework for high-order spectral element flow simulations
parmetis_wrapper.c File Reference
#include <mpi.h>
#include <parmetis.h>
#include <comm/comm.h>
Include dependency graph for parmetis_wrapper.c:

Go to the source code of this file.

Functions

int ParMETIS_V3_PartGeom_wrapper (idx_t *vtxdist, idx_t *ndims, real_t *xyz, idx_t *part)
 
int ParMETIS_V3_PartMeshKway_wrapper (idx_t *elmdist, idx_t *eptr, idx_t *eind, idx_t *elmwgt, idx_t *wgtflag, idx_t *numflag, idx_t *ncon, idx_t *ncommonnodes, idx_t *nparts, real_t *tpwgts, real_t *ubvec, idx_t *options, idx_t *edgecut, idx_t *part)
 

Function Documentation

◆ ParMETIS_V3_PartGeom_wrapper()

int ParMETIS_V3_PartGeom_wrapper ( idx_t *  vtxdist,
idx_t *  ndims,
real_t *  xyz,
idx_t *  part 
)

Fortran wrapper for ParMETIS PartGeom

Definition at line 19 of file parmetis_wrapper.c.

◆ ParMETIS_V3_PartMeshKway_wrapper()

int ParMETIS_V3_PartMeshKway_wrapper ( idx_t *  elmdist,
idx_t *  eptr,
idx_t *  eind,
idx_t *  elmwgt,
idx_t *  wgtflag,
idx_t *  numflag,
idx_t *  ncon,
idx_t *  ncommonnodes,
idx_t *  nparts,
real_t *  tpwgts,
real_t *  ubvec,
idx_t *  options,
idx_t *  edgecut,
idx_t *  part 
)

Fortran wrapper for ParMETIS PartMeshKway

Definition at line 39 of file parmetis_wrapper.c.