Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckokkosimpl.hpp27PetscCountKokkosView 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 */
30PetscCountKokkosView imap2_d; /* [nnz2]: i-th unique entry in recvbuf is imap2[i]-th…
31 PetscCountKokkosView jmap2_d; /* [nnz2+1] */
32 PetscCountKokkosView perm2_d; /* [recvlen] */
33PetscCountKokkosView Cperm_d; /* [sendlen]: permutation array to fill sendbuf[]. 'C'…
H A Dveckok.kokkos.cxx1578 const PetscCountKokkosView &jmap1 = veckok->jmap1_d; in VecSetValuesCOO_SeqKokkos()
1579 const PetscCountKokkosView &perm1 = veckok->perm1_d; in VecSetValuesCOO_SeqKokkos()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx154 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()
/petsc/include/petsc/private/
H A Dkokkosimpl.hpp124 using PetscCountKokkosView = Kokkos::View<PetscCount *, DefaultMemorySpace>; typedef
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx1507 PetscCountKokkosView Ajmap1, Aperm1;
1508 PetscCountKokkosView Bjmap1, Bperm1;
1509 PetscCountKokkosView Aimap2, Ajmap2, Aperm2;
1510 PetscCountKokkosView Bimap2, Bjmap2, Bperm2;
1511 PetscCountKokkosView Cperm1;
/petsc/src/snes/tutorials/
H A Dex55k.kokkos.cxx17 using PetscCountKokkosView = Kokkos::View<PetscCount *, DefaultMemorySpace>; typedef
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1347 PetscCountKokkosView jmap;
1348 PetscCountKokkosView perm;