Home
last modified time | relevance | path

Searched refs:getlocalvector (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/vec/impls/mpi/mpiviennacl/
H A Dmpiviennacl.cxx192 vv->ops->getlocalvector = NULL; in VecBindToCPU_MPIViennaCL()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx245 v->ops->getlocalvector = VecGetLocalVector_SeqKokkos; in VecCreate_MPIKokkos_Common()
/petsc/include/petsc/private/
H A Dvecimpl.h90 PetscErrorCode (*getlocalvector)(Vec, Vec); member
H A Dveccupmimpl.h1041 …VecSetOp_CUPM(getlocalvector, nullptr, VecSeq_T::template GetLocalVector<PETSC_MEMORY_ACCESS_READ_… in BindToCPU_CUPMBase()
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c527 PetscDesignatedInitializer(getlocalvector, NULL),
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c786 PetscDesignatedInitializer(getlocalvector, NULL),
/petsc/src/vec/vec/interface/
H A Drvector.c1957 if (v->ops->getlocalvector) { in VecGetLocalVector()
1958 PetscUseTypeMethod(v, getlocalvector, w); in VecGetLocalVector()
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c814 ops->getlocalvector = VecGetLocalVector_Nest; in VecNestSetOps_Private()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1677 v->ops->getlocalvector = VecGetLocalVector_SeqKokkos; in VecCreate_SeqKokkos_Common()