Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm.hpp31 static PetscErrorCode VecResetArray_IMPL_(Vec) noexcept;
H A Dvecmpicupm_impl.hpp49 inline PetscErrorCode VecMPI_CUPM<T>::VecResetArray_IMPL_(Vec v) noexcept in VecResetArray_IMPL_() function in Petsc::vec::cupm::impl::VecMPI_CUPM
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp36 static PetscErrorCode VecResetArray_IMPL_(Vec) noexcept;
H A Dvecseqcupm_impl.hpp125 inline PetscErrorCode VecSeq_CUPM<T>::VecResetArray_IMPL_(Vec v) noexcept in VecResetArray_IMPL_() function in Petsc::vec::cupm::impl::VecSeq_CUPM
/petsc/include/petsc/private/
H A Dveccupmimpl.h510 return D::VecResetArray_IMPL_(v); in VecResetArray_IMPL()