petsc-3.7.5 2017-01-01
Report Typos and Errors

VecNormalize

Normalizes a vector by 2-norm.

Synopsis

#include "petscvec.h"   
PetscErrorCode  VecNormalize(Vec x,PetscReal *val)
Collective on Vec

Input Parameters

Output Parameter

x - the vector
x - the normalized vector
val - the vector norm before normalization

Level:intermediate
Location:
src/vec/vec/interface/rvector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ksp/ksp/examples/tutorials/ex49.c.html
src/snes/examples/tutorials/ex62.c.html