Searched refs:Create_CUPMBase (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | veccupmimpl.h | 233 …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 D | vecmpicupm_impl.hpp | 96 PetscCall(Create_CUPMBase(comm, bs, n, N, v, call_set_type)); in CreateMPICUPM()
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 284 PetscCall(Create_CUPMBase(comm, bs, n, n, v, call_set_type)); in CreateSeqCUPM()
|