Searched refs:restoresubvector (Results 1 – 7 of 7) sorted by relevance
256 v->ops->restoresubvector = VecRestoreSubVector_SeqKokkos; in VecCreate_MPIKokkos_Common()
82 PetscErrorCode (*restoresubvector)(Vec, IS, Vec *); member
519 PetscDesignatedInitializer(restoresubvector, NULL),
778 PetscDesignatedInitializer(restoresubvector, NULL),
1713 if (X->ops->restoresubvector) PetscUseTypeMethod(X, restoresubvector, is, Y); in VecRestoreSubVector()
810 ops->restoresubvector = VecRestoreSubVector_Nest; in VecNestSetOps_Private()
1689 v->ops->restoresubvector = VecRestoreSubVector_SeqKokkos; in VecCreate_SeqKokkos_Common()