Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
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) |
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.
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.