int HYPRE_SStructGraphAddEntries

(HYPRE_SStructGraph graph,
  int part, int* index, int var,
  int to_part, int* to_index,
  int to_var)

Add a non-stencil graph entry at a particular index.

Documentation

Add a non-stencil graph entry at a particular index. This graph entry is appended to the existing graph entries, and is referenced as such.

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

Alphabetic index