HYPRE_Int HYPRE_StructMatrixAddToBoxValues

(HYPRE_StructMatrix matrix,
  HYPRE_Int* ilower,
  HYPRE_Int* iupper,
  HYPRE_Int nentries,
  HYPRE_Int* entries,
  double* values)

Add to matrix coefficients a box at a time.

Documentation

Add to matrix coefficients a box at a time. The data in values is ordered as in HYPRE_StructMatrixSetBoxValues.

Alphabetic index