Home
last modified time | relevance | path

Searched refs:commHandle (Results 1 – 7 of 7) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_solver_sgs.cxx93 hypre_ParCSRCommHandle *commHandle; in solve() local
176 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in solve()
178 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
179 commHandle = NULL; in solve()
232 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in solve()
234 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
235 commHandle = NULL; in solve()
494 hypre_ParCSRCommHandle *commHandle; in findOmega() local
576 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in findOmega()
578 hypre_ParCSRCommHandleDestroy(commHandle); in findOmega()
[all …]
H A Dmli_solver_kaczmarz.cxx91 hypre_ParCSRCommHandle *commHandle; in solve() local
145 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in solve()
147 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
148 commHandle = NULL; in solve()
H A Dmli_solver_gs.cxx68 hypre_ParCSRCommHandle *commHandle; in solve() local
127 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in solve()
129 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
130 commHandle = NULL; in solve()
H A Dmli_solver_bsgs.cxx131 hypre_ParCSRCommHandle *commHandle; in solve() local
214 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in solve()
216 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
217 commHandle = NULL; in solve()
267 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
268 commHandle = NULL; in solve()
402 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
403 commHandle = NULL; in solve()
513 commHandle = hypre_ParCSRCommHandleCreate(2,commPkg,vExtData, in solve()
515 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
[all …]
H A Dmli_solver_bjacobi.cxx108 hypre_ParCSRCommHandle *commHandle; in solve() local
190 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in solve()
192 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
193 commHandle = NULL; in solve()
235 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,vBufData, in solve()
237 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
238 commHandle = NULL; in solve()
347 commHandle = hypre_ParCSRCommHandleCreate(2,commPkg,vExtData, in solve()
349 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
350 commHandle = NULL; in solve()
H A Dmli_solver_seqsuperlu.cxx393 hypre_ParCSRCommHandle *commHandle; in solve() local
536 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,sBuffer,rBuffer); in solve()
537 hypre_ParCSRCommHandleDestroy(commHandle); in solve()
538 commHandle = NULL; in solve()
691 hypre_ParCSRCommHandle *commHandle; in setupBlockColoring() local
808 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,sBuffer,rBuffer); in setupBlockColoring()
809 hypre_ParCSRCommHandleDestroy(commHandle); in setupBlockColoring()
810 commHandle = NULL; in setupBlockColoring()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_SlideReduction.cxx3488 hypre_ParCSRCommHandle *commHandle; in scaleMatrixVector() local
3572 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,sBuffer,extScaleVec); in scaleMatrixVector()
3573 hypre_ParCSRCommHandleDestroy(commHandle); in scaleMatrixVector()