Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp93 …ICUPM(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, Vec *v, PetscBool call_set_type) noexcept in CreateMPICUPM() argument
96 PetscCall(Create_CUPMBase(comm, bs, n, N, v, call_set_type)); in CreateMPICUPM()
/petsc/include/petsc/private/
H A Dveccupmimpl.h881 …MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, Vec *v, PetscBool call_set_type, PetscLayout r… in Create_CUPMBase() argument
888 if (call_set_type) PetscCall(VecSetType(*v, VECIMPLCUPM())); in Create_CUPMBase()
936 constexpr auto call_set_type = static_cast<PetscBool>(std::is_same<SetupFunctionT, no_op>::value); in Duplicate_CUPMBase() local
943 PetscCall(Create_CUPMBase(PetscObjectComm(vobj), bs, map->n, map->N, y, call_set_type, map)); in Duplicate_CUPMBase()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp281 …T>::CreateSeqCUPM(MPI_Comm comm, PetscInt bs, PetscInt n, Vec *v, PetscBool call_set_type) noexcept in CreateSeqCUPM() argument
284 PetscCall(Create_CUPMBase(comm, bs, n, n, v, call_set_type)); in CreateSeqCUPM()