HYPRE_Int HYPRE_SStructVectorAddFEMValues

(HYPRE_SStructVector vector,
  HYPRE_Int part,
  HYPRE_Int* index,
  double* values)

Add finite element vector coefficients index by index.

Documentation

Add finite element vector coefficients index by index. The layout of the data in values is determined by the routine HYPRE_SStructGridSetFEMOrdering.

If the vector is complex, then values consists of pairs of doubles representing the real and imaginary parts of each complex value.

See Also:
HYPRE_SStructVectorSetComplex

Alphabetic index