:orphan: # VecBoundToCPU query if a vector is bound to the CPU ## Synopsis ``` #include "petscvec.h" PetscErrorCode VecBoundToCPU(Vec v, PetscBool *flg) ``` Not collective ## Input Parameter - ***v -*** the vector ## Output Parameter - ***flg -*** the logical flag ## See Also [](ch_vectors), `Vec`, `VecBindToCPU()` ## Level intermediate ## Location src/vec/vec/interface/vector.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/interface/vector.c) [Index of all Vec routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)