int HYPRE_IJVectorCreate (MPI_Comm comm, int jlower, int jupper, HYPRE_IJVector *vector)

Create a vector object

Documentation

Create a vector object. Each process owns some unique consecutive range of vector unknowns, indicated by the global indices jlower and jupper. The data is required to be such that the value of jlower on any process be exactly one more than the value of jupper on process . Note that the first index of the global vector may start with any integer value. In particular, one may use zero- or one-based indexing.

Collective.

alphabetic index hierarchy of classes


generated by doc++