petsc-3.7.1 2016-05-15
Report Typos and Errors

VecUniqueEntries

Compute the number of unique entries, and those entries

Synopsis

#include "petscvec.h" 
PetscErrorCode  VecUniqueEntries(Vec vec, PetscInt *n, PetscScalar **e)
Collective on Vec Many br

Input Parameter

vec -the vector Many br

Output Parameters

n - The number of unique entries Many br
e - The entries Many br

Many br

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