Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx489 PetscErrorCode VecCreateMPIKokkosWithArrays_Private(MPI_Comm comm, PetscInt bs, PetscInt n, PetscIn… in VecCreateMPIKokkosWithArrays_Private() function
/petsc/include/petsc/private/
H A Dvecimpl.h383 PETSC_INTERN PetscErrorCode VecCreateMPIKokkosWithArrays_Private(MPI_Comm, PetscInt, PetscInt, Pets…
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1494 …if (xIsMPI) PetscCall(VecCreateMPIKokkosWithArrays_Private(comm, bs, n, N, array_h, array_d, &z));… in VecGetSubVector_Kokkos_Private()