HYPRE_Int HYPRE_SStructGraphAddEntries

(HYPRE_SStructGraph graph,
  HYPRE_Int part,
  HYPRE_Int* index,
  HYPRE_Int var,
  HYPRE_Int to_part,
  HYPRE_Int* to_index,
  HYPRE_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