HYPRE_Int HYPRE_IJVectorAddToValues

(HYPRE_IJVector vector,
  HYPRE_Int nvalues,
  const HYPRE_Int* indices,
  const double* values)

Adds to values in vector.

Documentation

Adds to values in vector. Usage details are analogous to HYPRE_IJVectorSetValues. Adds to any previous values at the specified locations, or, if there was no value there before, inserts a new one. AddToValues can be used to add to values on other processors.

Not collective.

Alphabetic index