out << "Process #" << partitioner->this_mpi_process() << std::endl
<< "Local range: [" << partitioner->local_range().first << "/"
- << partitioner->local_range().second << "], global size: "
+ << partitioner->local_range().second << "), global size: "
<< partitioner->size() << std::endl
<< "Vector data:" << std::endl;
if (across)
* <i>r</i> are stored within the index range
* #rowstart[<i>r</i>]...#rowstart[<i>r+1</i>]. Therefore to find out
* whether a given element (<i>r,c</i>) exists, we have to check whether the
- * column number <i>c</i> exists in the abovementioned range within this
+ * column number <i>c</i> exists in the above-mentioned range within this
* array. If it exists, say at position <i>p</i> within this array, the
* value of the respective element in the sparse matrix will also be at
* position <i>p</i> of the values array of that class.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams