Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm.hpp40 …static PetscErrorCode CreateMPICUPMWithArrays(MPI_Comm, PetscInt, PetscInt, PetscInt, const PetscS…
73 PetscCall(impl::VecMPI_CUPM<T>::CreateMPICUPMWithArrays(comm, bs, n, N, cpuarray, gpuarray, v)); in VecCreateMPICUPMWithArrays()
H A Dvecmpicupm_impl.hpp102 inline PetscErrorCode VecMPI_CUPM<T>::CreateMPICUPMWithArrays(MPI_Comm comm, PetscInt bs, PetscInt … in CreateMPICUPMWithArrays() function in Petsc::vec::cupm::impl::VecMPI_CUPM