Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx467 PetscInt *recvNzPerm, *recvNzPermSorted; in MatMPIAIJKokkosReduceBegin() local
468 …recvRowCnt, &recvRowPerm, nroots, &recvColSorted, nroots, &recvNzPerm, nroots, &recvNzPermSorted)); in MatMPIAIJKokkosReduceBegin()
494 PetscInt *pbuf = recvNzPermSorted + FnzDups; in MatMPIAIJKokkosReduceBegin()
576 … for (PetscInt j = 0; j < dups; j++) Fdjperm[Fdjmap[Fdnz] + j] = recvNzPermSorted[FnzDups + j]; in MatMPIAIJKokkosReduceBegin()
582 … for (PetscInt j = 0; j < dups; j++) Fojperm[Fojmap[Fonz] + j] = recvNzPermSorted[FnzDups + j]; in MatMPIAIJKokkosReduceBegin()
591 PetscCall(PetscFree4(recvRowPerm, recvColSorted, recvNzPerm, recvNzPermSorted)); in MatMPIAIJKokkosReduceBegin()