int HYPRE_SStructVectorGetBoxValues (HYPRE_SStructVector vector, int part, int *ilower, int *iupper, int var, double *values)

Get vector coefficients a box at a time

Documentation

Get vector coefficients a box at a time. The data in values is ordered as in HYPRE_SStructVectorSetBoxValues.

NOTE: Users may only get values on processes that own the associated variables.

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 hierarchy of classes


generated by doc++