:orphan: # VecScatterSetFromOptions Configures the vector scatter from values in the options database. ## Synopsis ``` #include "petscsf.h" PetscErrorCode VecScatterSetFromOptions(VecScatter sf) ``` Collective ## Input Parameter - ***sf -*** The vector scatter ## Notes To see all options, run your program with the -help option, or consult the users manual. Must be called before `VecScatterSetUp()` and before the vector scatter is used. ## See Also [](sec_scatter), `VecScatter`, `VecScatterCreate()`, `VecScatterDestroy()`, `VecScatterSetUp()` ## Level beginner ## Location src/vec/is/sf/interface/vscat.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/sf/interface/vscat.c) [Index of all PetscSF routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)