Home
last modified time | relevance | path

Searched refs:fusedinfo (Results 1 – 5 of 5) sorted by relevance

/dports/math/parmgridgen/ParMGridGen-1.0/ParMGridGen/ParLib/
H A Dmove.c22 idxtype *where, *newlabel, *lpwgts, *gpwgts, *fusedinfo, *glblvtxid; in MoveMGridGraph() local
40 fusedinfo = graph->fusedinfo; in MoveMGridGraph()
127 sidxgraph[ii] = fusedinfo[i]; in MoveMGridGraph()
213 fusedinfo = mgraph->fusedinfo = idxmalloc(nvtxs, "MoveGraph: mgraph->fusedinfo"); in MoveMGridGraph()
222 fusedinfo[i] = ridxgraph[ii]; in MoveMGridGraph()
H A Dparmgridgen.c169 graph->fusedinfo = mypart; in ParMGridGen()
193 part[i] = mgraph->fusedinfo[perm[i]]; in ParMGridGen()
196 &mgraph->adjwgtsum, &mgraph->adjncy, &mgraph->adjwgt, &mgraph->fusedinfo, in ParMGridGen()
214 idxtype *mpart, *fusedinfo, *fvtxdist, *glblvtxid; in MoveRefine() local
260 fusedinfo = idxmalloc(nvtxs, "MoveRefine: fusedinfo"); in MoveRefine()
261 idxcopy(nvtxs, part, fusedinfo); in MoveRefine()
313 graph->fusedinfo = fusedinfo; in MoveRefine()
331 &fvtxdist, &fusedinfo, &glblvtxid, &graph->vwgt, &graph->adjwgtsum, in MoveRefine()
379 mgraph->fusedinfo, mgraph->adjwgt, minsize, maxsize, moptions, in MoveRefine()
406 &mgraph->adjwgt, &mgraph->adjwgtsum, &mgraph->fusedinfo, LTERM); in MoveRefine()
H A Dmemory.c110 graph->glblvtxid = graph->fusedinfo = graph->where = graph->lpwgts = graph->gpwgts = NULL; in InitMGridGraph()
139 &graph->fusedinfo, in FreeMGridGraph()
186 &graph->fusedinfo, in FreeMGridGraphContent()
H A Dstruct.h147 idxtype *fusedinfo; /* fused element vtx belongs to */ member
/dports/math/parmgridgen/ParMGridGen-1.0/MGridGen/Lib/
H A Dmgridgen.c58 idxtype *adjncy, idxtype *fusedinfo, realtype *adjwgt, in MGridGenRefine() argument
88 graph.where[i] = fusedinfo[i]; in MGridGenRefine()