int32_t bHYPRE_SStructParCSRMatrix_SetValues

( bHYPRE_SStructParCSRMatrix self,
  int32_t part,
  int32_t* index,
  int32_t dim,
  int32_t var,
  int32_t nentries,
  int32_t* entries,
  double* values,
  sidl_BaseInterface* _ex)

Set matrix coefficients index by index.

Documentation

Set matrix coefficients index by index.

NOTE: Users are required to set values on all processes that own the associated variables. This means that some data will be multiply defined.

NOTE: The entries in this routine must all be of the same type: either stencil or non-stencil, but not both. Also, if they are stencil entries, they must all represent couplings to the same variable type (there are no such restrictions for non-stencil entries).

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

Alphabetic index