VecNormBegin#

Starts a split phase norm computation.

Synopsis#

#include "petscvec.h"    
PetscErrorCode VecNormBegin(Vec x, NormType ntype, PetscReal *result)

Input Parameters#

Notes#

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

See Also#

VecNormEnd(), VecNorm(), VecDot(), VecMDot(), VecDotBegin(), VecDotEnd(), PetscCommSplitReductionBegin()

Level#

advanced

Location#

src/vec/vec/utils/comb.c


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