#include "petscvec.h" PetscErrorCode VecStrideSet(Vec v,PetscInt start,PetscScalar s)Logically Collective on Vec Many br
v | - the vector Many br | |
start | - starting point of the subvector (defined by a stride) Many br | |
s | - value to set for each entry in that subvector Many br |
This will only work if the desire subvector is a stride subvector Many br
Many br
Level:advanced
Location:src/vec/vec/utils/vinv.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages