]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Get rid off outdated information 2865/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 21 Jul 2016 17:08:12 +0000 (19:08 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 25 Jul 2016 21:11:22 +0000 (23:11 +0200)
doc/doxygen/headers/distributed.h

index 2ffb254f2d391331bb3ac914f7ed3f7db48a13e8..3f24043e2e3464699f6ffdd0b74db0a1aadb8a22 100644 (file)
  *   proven that each subdomain consists of at most two disconnected
  *   pieces; see C. Burstedde, T. Isaac: "Morton curve segments produce
  *   no more than two distinct face-connected subdomains",
- *   <a href="http://arxiv.org/abs/1505.05055>arXiv 1505.05055</a>,
+ *   <a href="http://arxiv.org/abs/1505.05055">arXiv 1505.05055</a>,
  *   2015.)
  *
  *
  * those degrees of freedom as well. In general, therefore, one needs access
  * to the solution values for all degrees of freedom that are <i>locally
  * relevant</i>. On the other hand, both of the packages we can use for
- * parallel linear algebra (PETSc and Trilinos) subdivide vectors into chunks
+ * parallel linear algebra (PETSc and Trilinos) as well as
+ * parallel::distributed::Vector subdivide vectors into chunks
  * each processor owns and chunks stored on other processors. To postprocess
  * stuff therefore means that we have to tell PETSc or Trilinos that it should
  * also import <i>ghost elements</i>, i.e. additional vector elements of the
- * solution vector other than the ones we store locally. Both the
- * PETScWrappers::MPI::Vector and TrilinosWrappers::MPI::Vector class support
- * specifying this information (see step-40 and step-32, respectively) through
- * the PETScWrappers::MPI::Vector::update_ghost_values() function or, in the
- * case of Trilinos, construction of a vector with an the locally relevant
- * degrees of freedom index set.
+ * solution vector other than the ones we own locally.
+ * For ghosted vectors, this can be achieved by using operator= with a
+ * distributed vector as argument.
  */
 
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.