Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx477 …PetscInt FnzDups = 0, Fdnz = 0, FdnzDups = 0, Fonz = 0, FonzDups = 0; // nz (with o… in MatMPIAIJKokkosReduceBegin() local
493 PetscInt *jbuf = recvColSorted + FnzDups; in MatMPIAIJKokkosReduceBegin()
494 PetscInt *pbuf = recvNzPermSorted + FnzDups; in MatMPIAIJKokkosReduceBegin()
525 FnzDups += nz; in MatMPIAIJKokkosReduceBegin()
550 FnzDups = 0; in MatMPIAIJKokkosReduceBegin()
565 PetscInt *jbuf = recvColSorted + 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()
587 FnzDups += dups; in MatMPIAIJKokkosReduceBegin()