Searched refs:PetscCountKokkosView (Results 1 – 7 of 7) sorted by relevance
27 …PetscCountKokkosView jmap1_d; /* [m+1]: i-th entry of the vector has jmap1[i+1]-jmap1[i] repeats i…28 PetscCountKokkosView perm1_d; /* [tot1]: permutation array for local entries */30 …PetscCountKokkosView imap2_d; /* [nnz2]: i-th unique entry in recvbuf is imap2[i]-th…31 PetscCountKokkosView jmap2_d; /* [nnz2+1] */32 PetscCountKokkosView perm2_d; /* [recvlen] */33 …PetscCountKokkosView Cperm_d; /* [sendlen]: permutation array to fill sendbuf[]. 'C'…
1578 const PetscCountKokkosView &jmap1 = veckok->jmap1_d; in VecSetValuesCOO_SeqKokkos()1579 const PetscCountKokkosView &perm1 = veckok->perm1_d; in VecSetValuesCOO_SeqKokkos()
154 const PetscCountKokkosView &jmap1 = veckok->jmap1_d; in VecSetValuesCOO_MPIKokkos()155 const PetscCountKokkosView &perm1 = veckok->perm1_d; in VecSetValuesCOO_MPIKokkos()156 const PetscCountKokkosView &imap2 = veckok->imap2_d; in VecSetValuesCOO_MPIKokkos()157 const PetscCountKokkosView &jmap2 = veckok->jmap2_d; in VecSetValuesCOO_MPIKokkos()158 const PetscCountKokkosView &perm2 = veckok->perm2_d; in VecSetValuesCOO_MPIKokkos()159 const PetscCountKokkosView &Cperm = veckok->Cperm_d; in VecSetValuesCOO_MPIKokkos()
124 using PetscCountKokkosView = Kokkos::View<PetscCount *, DefaultMemorySpace>; typedef
1507 PetscCountKokkosView Ajmap1, Aperm1;1508 PetscCountKokkosView Bjmap1, Bperm1;1509 PetscCountKokkosView Aimap2, Ajmap2, Aperm2;1510 PetscCountKokkosView Bimap2, Bjmap2, Bperm2;1511 PetscCountKokkosView Cperm1;
17 using PetscCountKokkosView = Kokkos::View<PetscCount *, DefaultMemorySpace>; typedef
1347 PetscCountKokkosView jmap;1348 PetscCountKokkosView perm;