Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/cupm/ !
H A Dvecmpicupm.hpp52 static PetscErrorCode SetValuesCOO(Vec, const PetscScalar[], InsertMode) noexcept;
H A Dvecmpicupm_impl.hpp318 inline PetscErrorCode VecMPI_CUPM<T>::SetValuesCOO(Vec x, const PetscScalar v[], InsertMode imode) … in SetValuesCOO() function in Petsc::vec::cupm::impl::VecMPI_CUPM
/petsc/src/vec/vec/impls/seq/cupm/ !
H A Dvecseqcupm.hpp136 static PetscErrorCode SetValuesCOO(Vec, const PetscScalar[], InsertMode) noexcept;
H A Dvecseqcupm_impl.hpp340 VecSetOp_CUPM(setvaluescoo, VecSetValuesCOO_Seq, SetValuesCOO); in BindToCPU()
2247 inline PetscErrorCode VecSeq_CUPM<T>::SetValuesCOO(Vec x, const PetscScalar v[], InsertMode imode) … in SetValuesCOO() function in Petsc::vec::cupm::impl::VecSeq_CUPM