Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h233 …static PetscErrorCode Create_CUPMBase(MPI_Comm, PetscInt, PetscInt, PetscInt, Vec *, PetscBool, Pe…
881 inline PetscErrorCode Vec_CUPMBase<T, D>::Create_CUPMBase(MPI_Comm comm, PetscInt bs, PetscInt n, P… in Create_CUPMBase() function
943 PetscCall(Create_CUPMBase(PetscObjectComm(vobj), bs, map->n, map->N, y, call_set_type, map)); in Duplicate_CUPMBase()
1193 using name::Create_CUPMBase; \
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp96 PetscCall(Create_CUPMBase(comm, bs, n, N, v, call_set_type)); in CreateMPICUPM()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp284 PetscCall(Create_CUPMBase(comm, bs, n, n, v, call_set_type)); in CreateSeqCUPM()