Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h191 static PetscErrorCode VecPlaceArray_IMPL(Vec, const PetscScalar *) noexcept;
514 inline PetscErrorCode Vec_CUPMBase<T, D>::VecPlaceArray_IMPL(Vec v, const PetscScalar *a) noexcept in VecPlaceArray_IMPL() function
726 PetscCall(VecPlaceArray_IMPL(v, a)); in PlaceArray()