VecNormEnd

Ends a split phase norm computation.

Synopsis

int VecNormEnd(Vec x, NormType ntype,double *result) 

Input Parameters

x - the first vector (can be PETSC_NULL)
ntype - norm type, one of NORM_1, NORM_2, NORM_MAX, NORM_1_AND_2
result - where the result will go

Notes

Each call to VecNormBegin() should be paired with a call to VecNormEnd().

See Also

VecNormBegin(), VecNorm(), VecDot(), VecMDot(), VecDotBegin(), VecDotEnd()

Level:advanced
Location:src/vec/utils/comb.c
Vector Index
Table of Contents