Searched refs:VecPlaceArray_IMPL_ (Results 1 – 5 of 5) sorted by relevance
32 static PetscErrorCode VecPlaceArray_IMPL_(Vec, const PetscScalar *) noexcept;
55 inline PetscErrorCode VecMPI_CUPM<T>::VecPlaceArray_IMPL_(Vec v, const PetscScalar *a) noexcept in VecPlaceArray_IMPL_() function in Petsc::vec::cupm::impl::VecMPI_CUPM
37 static PetscErrorCode VecPlaceArray_IMPL_(Vec, const PetscScalar *) noexcept;
131 inline PetscErrorCode VecSeq_CUPM<T>::VecPlaceArray_IMPL_(Vec v, const PetscScalar *a) noexcept in VecPlaceArray_IMPL_() function in Petsc::vec::cupm::impl::VecSeq_CUPM
516 return D::VecPlaceArray_IMPL_(v, a); in VecPlaceArray_IMPL()