Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm.hpp33 static PetscErrorCode VecCreate_IMPL_Private_(Vec, PetscBool *, PetscInt, PetscScalar *) noexcept;
H A Dvecmpicupm_impl.hpp61 inline PetscErrorCode VecMPI_CUPM<T>::VecCreate_IMPL_Private_(Vec v, PetscBool *alloc_missing, Pets… in VecCreate_IMPL_Private_() function in Petsc::vec::cupm::impl::VecMPI_CUPM
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp38 static PetscErrorCode VecCreate_IMPL_Private_(Vec, PetscBool *, PetscInt, PetscScalar *) noexcept;
H A Dvecseqcupm_impl.hpp137 inline PetscErrorCode VecSeq_CUPM<T>::VecCreate_IMPL_Private_(Vec v, PetscBool *alloc_missing, Pets… in VecCreate_IMPL_Private_() function in Petsc::vec::cupm::impl::VecSeq_CUPM
/petsc/include/petsc/private/
H A Dveccupmimpl.h522 return D::VecCreate_IMPL_Private_(v, alloc_missing, nghost, host_array); in VecCreate_IMPL_Private()