VecChop#

Set all values in the vector with an absolute value less than the tolerance to zero

Synopsis#

#include "petscvec.h"  
PetscErrorCode VecChop(Vec v, PetscReal tol)

Input Parameters#

  • v - The vector

  • tol - The zero tolerance

Output Parameter#

  • v - The chopped vector

See Also#

VecCreate(), VecSet()

Level#

intermediate

Location#

src/vec/vec/utils/vecio.c

Examples#

src/snes/tutorials/ex12.c
src/snes/tutorials/ex13.c
src/snes/tutorials/ex63.c
src/snes/tutorials/ex77.c


Edit on GitLab

Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages