Searched refs:VecDestroy_IMPL_ (Results 1 – 5 of 5) sorted by relevance
30 static PetscErrorCode VecDestroy_IMPL_(Vec) noexcept;
40 inline PetscErrorCode VecMPI_CUPM<T>::VecDestroy_IMPL_(Vec v) noexcept in VecDestroy_IMPL_() function in Petsc::vec::cupm::impl::VecMPI_CUPM
35 static PetscErrorCode VecDestroy_IMPL_(Vec) noexcept;
116 inline PetscErrorCode VecSeq_CUPM<T>::VecDestroy_IMPL_(Vec v) noexcept in VecDestroy_IMPL_() function in Petsc::vec::cupm::impl::VecSeq_CUPM
504 return D::VecDestroy_IMPL_(v); in VecDestroy_IMPL()