Searched refs:getsubvector (Results 1 – 7 of 7) sorted by relevance
255 v->ops->getsubvector = VecGetSubVector_MPIKokkos; in VecCreate_MPIKokkos_Common()
81 PetscErrorCode (*getsubvector)(Vec, IS, Vec *); member
518 PetscDesignatedInitializer(getsubvector, NULL),
777 PetscDesignatedInitializer(getsubvector, NULL),
1594 if (X->ops->getsubvector) { in VecGetSubVector()1595 PetscUseTypeMethod(X, getsubvector, is, &Z); in VecGetSubVector()
809 ops->getsubvector = VecGetSubVector_Nest; in VecNestSetOps_Private()
1688 v->ops->getsubvector = VecGetSubVector_SeqKokkos; in VecCreate_SeqKokkos_Common()