Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h189 static PetscErrorCode VecResetArray_IMPL(Vec) noexcept;
508 inline PetscErrorCode Vec_CUPMBase<T, D>::VecResetArray_IMPL(Vec v) noexcept in VecResetArray_IMPL() function
807 PetscCall(VecResetArray_IMPL(v)); in ResetArray()