Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h187 static PetscErrorCode VecDestroy_IMPL(Vec) noexcept;
476 PetscCall(VecDestroy_IMPL(v)); in DestroyHost_()
502 inline PetscErrorCode Vec_CUPMBase<T, D>::VecDestroy_IMPL(Vec v) noexcept in VecDestroy_IMPL() function