VecDotEnd

Ends a split phase dot product computation.

Synopsis

#include "vec.h"   
int VecDotEnd(Vec x,Vec y,Scalar *result) 

Input Parameters

x - the first vector (can be PETSC_NULL)
y - the second vector (can be PETSC_NULL)
result - where the result will go

Notes

Each call to VecDotBegin() should be paired with a call to VecDotEnd().

seealso: VecDotBegin(), VecNormBegin(), VecNormEnd(), VecNorm(), VecDot(), VecMDot(), VecTDotBegin(),VecTDotEnd()

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