VecShift#
Shifts all of the components of a vector by computing x[i] = x[i] + shift
.
Synopsis#
#include "petscvec.h"
PetscErrorCode VecShift(Vec v, PetscScalar shift)
Logically Collective
Input Parameters#
v - the vector
shift - the shift
See Also#
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/ex59.c
src/tao/bound/tutorials/plate2.c
src/tao/bound/tutorials/plate2f.F90
src/tao/constrained/tutorials/tomographyADMM.c
src/tao/pde_constrained/tutorials/elliptic.c
src/tao/pde_constrained/tutorials/hyperbolic.c
src/tao/pde_constrained/tutorials/parabolic.c
src/tao/tutorials/ex4.c
src/tao/unconstrained/tutorials/minsurf2.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
Implementations#
VecShift_SeqKokkos in src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages