Searched refs:wns (Results 1 – 1 of 1) sorted by relevance
19 Vec wns[4]; member121 PetscCall(VecDestroy(&pch2opus->wns[0])); in PCDestroy_H2OPUS()122 PetscCall(VecDestroy(&pch2opus->wns[1])); in PCDestroy_H2OPUS()123 PetscCall(VecDestroy(&pch2opus->wns[2])); in PCDestroy_H2OPUS()124 PetscCall(VecDestroy(&pch2opus->wns[3])); in PCDestroy_H2OPUS()317 …l(MatCreateVecs(pch2opus->M, pch2opus->wns[0] ? NULL : &pch2opus->wns[0], pch2opus->wns[1] ? NULL … in MatMultKernel_Hyper()318 …l(MatCreateVecs(pch2opus->M, pch2opus->wns[2] ? NULL : &pch2opus->wns[2], pch2opus->wns[3] ? NULL … in MatMultKernel_Hyper()319 PetscCall(VecBindToCPU(pch2opus->wns[0], pch2opus->boundtocpu)); in MatMultKernel_Hyper()320 PetscCall(VecBindToCPU(pch2opus->wns[1], pch2opus->boundtocpu)); in MatMultKernel_Hyper()321 PetscCall(VecBindToCPU(pch2opus->wns[2], pch2opus->boundtocpu)); in MatMultKernel_Hyper()[all …]