Searched refs:VecResetArray_IMPL_ (Results 1 – 5 of 5) sorted by relevance
31 static PetscErrorCode VecResetArray_IMPL_(Vec) noexcept;
49 inline PetscErrorCode VecMPI_CUPM<T>::VecResetArray_IMPL_(Vec v) noexcept in VecResetArray_IMPL_() function in Petsc::vec::cupm::impl::VecMPI_CUPM
36 static PetscErrorCode VecResetArray_IMPL_(Vec) noexcept;
125 inline PetscErrorCode VecSeq_CUPM<T>::VecResetArray_IMPL_(Vec v) noexcept in VecResetArray_IMPL_() function in Petsc::vec::cupm::impl::VecSeq_CUPM
510 return D::VecResetArray_IMPL_(v); in VecResetArray_IMPL()