int HYPRE_SStructGridSetNeighborBox (HYPRE_SStructGrid grid, int part, int *ilower, int *iupper, int nbor_part, int *nbor_ilower, int *nbor_iupper, int *index_map)


Documentation

Describe how regions just outside of a part relate to other parts. This is done a box at a time.

The indexes ilower and iupper map directly to the indexes nbor_ilower and nbor_iupper. Although, it is required that indexes increase from ilower to iupper, indexes may increase and/or decrease from nbor_ilower to nbor_iupper.

The index_map describes the mapping of indexes 0, 1, and 2 on part part to the corresponding indexes on part nbor_part. For example, triple (1, 2, 0) means that indexes 0, 1, and 2 on part part map to indexes 1, 2, and 0 on part nbor_part, respectively.

alphabetic index hierarchy of classes


generated by doc++