Home
last modified time | relevance | path

Searched refs:vwght (Results 1 – 25 of 58) sorted by relevance

123

/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dgelim.c239 vwght = G->vwght; in setupElimGraph()
366 vwght = G->vwght; in buildElement()
378 vwght[me] = -vwght[me]; in buildElement()
474 vwght[me] = -vwght[me]; in buildElement()
487 vwght[v] = -vwght[v]; in buildElement()
502 vwght = Gelim->G->vwght; in updateAdjncy()
631 vwght[u] = -vwght[u]; in updateAdjncy()
646 vwght = Gelim->G->vwght; in findIndNodes()
769 vwght = Gelim->G->vwght; in updateDegree()
903 vwght = Gelim->G->vwght; in updateScore()
[all …]
H A Dgbipart.c126 vwght = G->vwght; in setupBipartiteGraph()
153 vwghtGb = Gbipart->G->vwght; in setupBipartiteGraph()
162 vwghtGb[i] = vwght[x]; in setupBipartiteGraph()
163 totvwght += vwght[x]; in setupBipartiteGraph()
175 vwghtGb[i] = vwght[y]; in setupBipartiteGraph()
176 totvwght += vwght[y]; in setupBipartiteGraph()
330 vwght = Gbipart->G->vwght; in maximumFlow()
342 rc[u] = vwght[u]; in maximumFlow()
441 vwght = Gbipart->G->vwght; in DMviaMatching()
509 { case SI: dmwght[SI] += vwght[x]; break; in DMviaMatching()
[all …]
H A Dddbisect.c76 vwght = dd->G->vwght; in checkDDSep()
99 checkS += vwght[u]; in checkDDSep()
105 checkB += vwght[u]; in checkDDSep()
112 checkW += vwght[u]; in checkDDSep()
229 vwght = dd->G->vwght; in constructLevelSep()
390 vwght = dd->G->vwght; in updateB2W()
397 weight = vwght[u]; in updateB2W()
502 vwght = dd->G->vwght; in updateW2B()
509 weight = vwght[u]; in updateW2B()
627 vwght = dd->G->vwght; in improveDDSep()
[all …]
H A Dgraph.c57 mymalloc(G->vwght, nvtx, int); in newGraph()
64 G->vwght[i] = 1; in newGraph()
77 free(G->vwght); in freeGraph()
134 int *xadj, *adjncy, *vwght, *xadjGsub, *adjncyGsub, *vwghtGsub; in setupSubgraph() local
140 vwght = G->vwght; in setupSubgraph()
167 vwghtGsub = Gsub->vwght; in setupSubgraph()
176 vwghtGsub[i] = vwght[u]; in setupSubgraph()
177 totvwght += vwght[u]; in setupSubgraph()
478 vwght = G->vwght; in compressGraph()
509 vwghtGc = Gc->vwght; in compressGraph()
[all …]
H A Dddcreate.c164 { int *xadj, *adjncy, *vwght, *vtype; in checkDomainDecomposition() local
170 vwght = dd->G->vwght; in checkDomainDecomposition()
187 domwght += vwght[u]; in checkDomainDecomposition()
376 vwght = G->vwght; in initialDomainDecomposition()
394 vwghtdd = dd->G->vwght; in initialDomainDecomposition()
480 vwght = G->vwght; in constructDomainDecomposition()
544 vwght = dd->G->vwght; in computePriorities()
552 weight = vwght[u]; in computePriorities()
580 deg += vwght[w]; in computePriorities()
789 vwghtdd1 = dd1->G->vwght; in coarserDomainDecomposition()
[all …]
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dgelim.c239 vwght = G->vwght; in setupElimGraph()
366 vwght = G->vwght; in buildElement()
378 vwght[me] = -vwght[me]; in buildElement()
474 vwght[me] = -vwght[me]; in buildElement()
487 vwght[v] = -vwght[v]; in buildElement()
502 vwght = Gelim->G->vwght; in updateAdjncy()
631 vwght[u] = -vwght[u]; in updateAdjncy()
646 vwght = Gelim->G->vwght; in findIndNodes()
769 vwght = Gelim->G->vwght; in updateDegree()
903 vwght = Gelim->G->vwght; in updateScore()
[all …]
H A Dgbipart.c126 vwght = G->vwght; in setupBipartiteGraph()
153 vwghtGb = Gbipart->G->vwght; in setupBipartiteGraph()
162 vwghtGb[i] = vwght[x]; in setupBipartiteGraph()
163 totvwght += vwght[x]; in setupBipartiteGraph()
175 vwghtGb[i] = vwght[y]; in setupBipartiteGraph()
176 totvwght += vwght[y]; in setupBipartiteGraph()
330 vwght = Gbipart->G->vwght; in maximumFlow()
342 rc[u] = vwght[u]; in maximumFlow()
441 vwght = Gbipart->G->vwght; in DMviaMatching()
509 { case SI: dmwght[SI] += vwght[x]; break; in DMviaMatching()
[all …]
H A Dddbisect.c76 vwght = dd->G->vwght; in checkDDSep()
99 checkS += vwght[u]; in checkDDSep()
105 checkB += vwght[u]; in checkDDSep()
112 checkW += vwght[u]; in checkDDSep()
229 vwght = dd->G->vwght; in constructLevelSep()
390 vwght = dd->G->vwght; in updateB2W()
397 weight = vwght[u]; in updateB2W()
502 vwght = dd->G->vwght; in updateW2B()
509 weight = vwght[u]; in updateW2B()
627 vwght = dd->G->vwght; in improveDDSep()
[all …]
H A Dgraph.c57 mymalloc(G->vwght, nvtx, int); in newGraph()
64 G->vwght[i] = 1; in newGraph()
77 free(G->vwght); in freeGraph()
134 int *xadj, *adjncy, *vwght, *xadjGsub, *adjncyGsub, *vwghtGsub; in setupSubgraph() local
140 vwght = G->vwght; in setupSubgraph()
167 vwghtGsub = Gsub->vwght; in setupSubgraph()
176 vwghtGsub[i] = vwght[u]; in setupSubgraph()
177 totvwght += vwght[u]; in setupSubgraph()
478 vwght = G->vwght; in compressGraph()
509 vwghtGc = Gc->vwght; in compressGraph()
[all …]
H A Dddcreate.c164 { int *xadj, *adjncy, *vwght, *vtype; in checkDomainDecomposition() local
170 vwght = dd->G->vwght; in checkDomainDecomposition()
187 domwght += vwght[u]; in checkDomainDecomposition()
376 vwght = G->vwght; in initialDomainDecomposition()
394 vwghtdd = dd->G->vwght; in initialDomainDecomposition()
480 vwght = G->vwght; in constructDomainDecomposition()
544 vwght = dd->G->vwght; in computePriorities()
552 weight = vwght[u]; in computePriorities()
580 deg += vwght[w]; in computePriorities()
789 vwghtdd1 = dd1->G->vwght; in coarserDomainDecomposition()
[all …]
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dgelim.c239 vwght = G->vwght; in setupElimGraph()
366 vwght = G->vwght; in buildElement()
378 vwght[me] = -vwght[me]; in buildElement()
474 vwght[me] = -vwght[me]; in buildElement()
487 vwght[v] = -vwght[v]; in buildElement()
502 vwght = Gelim->G->vwght; in updateAdjncy()
631 vwght[u] = -vwght[u]; in updateAdjncy()
646 vwght = Gelim->G->vwght; in findIndNodes()
769 vwght = Gelim->G->vwght; in updateDegree()
903 vwght = Gelim->G->vwght; in updateScore()
[all …]
H A Dgbipart.c126 vwght = G->vwght; in setupBipartiteGraph()
153 vwghtGb = Gbipart->G->vwght; in setupBipartiteGraph()
162 vwghtGb[i] = vwght[x]; in setupBipartiteGraph()
163 totvwght += vwght[x]; in setupBipartiteGraph()
175 vwghtGb[i] = vwght[y]; in setupBipartiteGraph()
176 totvwght += vwght[y]; in setupBipartiteGraph()
330 vwght = Gbipart->G->vwght; in maximumFlow()
342 rc[u] = vwght[u]; in maximumFlow()
441 vwght = Gbipart->G->vwght; in DMviaMatching()
509 { case SI: dmwght[SI] += vwght[x]; break; in DMviaMatching()
[all …]
H A Dddbisect.c76 vwght = dd->G->vwght; in checkDDSep()
99 checkS += vwght[u]; in checkDDSep()
105 checkB += vwght[u]; in checkDDSep()
112 checkW += vwght[u]; in checkDDSep()
229 vwght = dd->G->vwght; in constructLevelSep()
390 vwght = dd->G->vwght; in updateB2W()
397 weight = vwght[u]; in updateB2W()
502 vwght = dd->G->vwght; in updateW2B()
509 weight = vwght[u]; in updateW2B()
627 vwght = dd->G->vwght; in improveDDSep()
[all …]
H A Dgraph.c57 mymalloc(G->vwght, nvtx, int); in newGraph()
64 G->vwght[i] = 1; in newGraph()
77 free(G->vwght); in freeGraph()
134 int *xadj, *adjncy, *vwght, *xadjGsub, *adjncyGsub, *vwghtGsub; in setupSubgraph() local
140 vwght = G->vwght; in setupSubgraph()
167 vwghtGsub = Gsub->vwght; in setupSubgraph()
176 vwghtGsub[i] = vwght[u]; in setupSubgraph()
177 totvwght += vwght[u]; in setupSubgraph()
478 vwght = G->vwght; in compressGraph()
509 vwghtGc = Gc->vwght; in compressGraph()
[all …]
H A Dddcreate.c164 { int *xadj, *adjncy, *vwght, *vtype; in checkDomainDecomposition() local
170 vwght = dd->G->vwght; in checkDomainDecomposition()
187 domwght += vwght[u]; in checkDomainDecomposition()
376 vwght = G->vwght; in initialDomainDecomposition()
394 vwghtdd = dd->G->vwght; in initialDomainDecomposition()
480 vwght = G->vwght; in constructDomainDecomposition()
544 vwght = dd->G->vwght; in computePriorities()
552 weight = vwght[u]; in computePriorities()
580 deg += vwght[w]; in computePriorities()
789 vwghtdd1 = dd1->G->vwght; in coarserDomainDecomposition()
[all …]
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dgelim.c239 vwght = G->vwght; in setupElimGraph()
366 vwght = G->vwght; in buildElement()
378 vwght[me] = -vwght[me]; in buildElement()
474 vwght[me] = -vwght[me]; in buildElement()
487 vwght[v] = -vwght[v]; in buildElement()
502 vwght = Gelim->G->vwght; in updateAdjncy()
631 vwght[u] = -vwght[u]; in updateAdjncy()
646 vwght = Gelim->G->vwght; in findIndNodes()
769 vwght = Gelim->G->vwght; in updateDegree()
903 vwght = Gelim->G->vwght; in updateScore()
[all …]
H A Dgbipart.c126 vwght = G->vwght; in setupBipartiteGraph()
153 vwghtGb = Gbipart->G->vwght; in setupBipartiteGraph()
162 vwghtGb[i] = vwght[x]; in setupBipartiteGraph()
163 totvwght += vwght[x]; in setupBipartiteGraph()
175 vwghtGb[i] = vwght[y]; in setupBipartiteGraph()
176 totvwght += vwght[y]; in setupBipartiteGraph()
330 vwght = Gbipart->G->vwght; in maximumFlow()
342 rc[u] = vwght[u]; in maximumFlow()
441 vwght = Gbipart->G->vwght; in DMviaMatching()
509 { case SI: dmwght[SI] += vwght[x]; break; in DMviaMatching()
[all …]
H A Dddbisect.c76 vwght = dd->G->vwght; in checkDDSep()
99 checkS += vwght[u]; in checkDDSep()
105 checkB += vwght[u]; in checkDDSep()
112 checkW += vwght[u]; in checkDDSep()
229 vwght = dd->G->vwght; in constructLevelSep()
390 vwght = dd->G->vwght; in updateB2W()
397 weight = vwght[u]; in updateB2W()
502 vwght = dd->G->vwght; in updateW2B()
509 weight = vwght[u]; in updateW2B()
627 vwght = dd->G->vwght; in improveDDSep()
[all …]
H A Dgraph.c57 mymalloc(G->vwght, nvtx, PORD_INT); in newGraph()
64 G->vwght[i] = 1; in newGraph()
77 free(G->vwght); in freeGraph()
134 PORD_INT *xadj, *adjncy, *vwght, *xadjGsub, *adjncyGsub, *vwghtGsub; in setupSubgraph() local
140 vwght = G->vwght; in setupSubgraph()
167 vwghtGsub = Gsub->vwght; in setupSubgraph()
176 vwghtGsub[i] = vwght[u]; in setupSubgraph()
177 totvwght += vwght[u]; in setupSubgraph()
478 vwght = G->vwght; in compressGraph()
509 vwghtGc = Gc->vwght; in compressGraph()
[all …]
H A Dddcreate.c170 vwght = dd->G->vwght; in checkDomainDecomposition()
187 domwght += vwght[u]; in checkDomainDecomposition()
376 vwght = G->vwght; in initialDomainDecomposition()
394 vwghtdd = dd->G->vwght; in initialDomainDecomposition()
480 vwght = G->vwght; in constructDomainDecomposition()
498 deg += vwght[adjncy[i]]; in constructDomainDecomposition()
544 vwght = dd->G->vwght; in computePriorities()
552 weight = vwght[u]; in computePriorities()
580 deg += vwght[w]; in computePriorities()
789 vwghtdd1 = dd1->G->vwght; in coarserDomainDecomposition()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/solver_direct/
H A Dhecmw_ordering_metis.F9035 integer(kind=kint), allocatable:: vwght(:) local
39 allocate(vwght(Neqns),stat=ierror)
42 vwght(:)=1
48 call METIS_NodeND(Neqns,Xadj,Adj0,vwght,options,Perm,Invp)
50 deallocate(vwght)
/dports/math/spooles-mpich/spooles.2.2/GPart/src/
H A DsmoothYSep.c179 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
180 deltas[newcomp] += vwght ; in GPart_smoothYSep()
230 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
231 deltas[newcomp] += vwght ; in GPart_smoothYSep()
273 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
274 cweights[newcomp] += vwght ; in GPart_smoothYSep()
294 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
295 cweights[newcomp] += vwght ; in GPart_smoothYSep()
336 vsize, vwght, w, wnet, y, zwid ; in createNetwork() local
478 vwght = (vwghts != NULL) ? vwghts[v] : 1 ; in createNetwork()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/GPart/src/
H A DsmoothYSep.c179 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
180 deltas[newcomp] += vwght ; in GPart_smoothYSep()
230 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
231 deltas[newcomp] += vwght ; in GPart_smoothYSep()
273 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
274 cweights[newcomp] += vwght ; in GPart_smoothYSep()
294 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
295 cweights[newcomp] += vwght ; in GPart_smoothYSep()
336 vsize, vwght, w, wnet, y, zwid ; in createNetwork() local
478 vwght = (vwghts != NULL) ? vwghts[v] : 1 ; in createNetwork()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/GPart/src/
H A DsmoothYSep.c179 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
180 deltas[newcomp] += vwght ; in GPart_smoothYSep()
230 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
231 deltas[newcomp] += vwght ; in GPart_smoothYSep()
273 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
274 cweights[newcomp] += vwght ; in GPart_smoothYSep()
294 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
295 cweights[newcomp] += vwght ; in GPart_smoothYSep()
336 vsize, vwght, w, wnet, y, zwid ; in createNetwork() local
478 vwght = (vwghts != NULL) ? vwghts[v] : 1 ; in createNetwork()
[all …]
/dports/math/spooles/spooles.2.2/GPart/src/
H A DsmoothYSep.c179 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
180 deltas[newcomp] += vwght ; in GPart_smoothYSep()
230 deltas[oldcomp] -= vwght ; in GPart_smoothYSep()
231 deltas[newcomp] += vwght ; in GPart_smoothYSep()
273 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
274 cweights[newcomp] += vwght ; in GPart_smoothYSep()
294 cweights[oldcomp] -= vwght ; in GPart_smoothYSep()
295 cweights[newcomp] += vwght ; in GPart_smoothYSep()
336 vsize, vwght, w, wnet, y, zwid ; in createNetwork() local
478 vwght = (vwghts != NULL) ? vwghts[v] : 1 ; in createNetwork()
[all …]

123