]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Refer to all parallel vectors instead of just the PETSc class.
authorDavid Wells <wellsd2@rpi.edu>
Thu, 20 Apr 2017 11:13:14 +0000 (07:13 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 4 May 2017 01:45:41 +0000 (21:45 -0400)
include/deal.II/lac/vector.h

index b34b9d5ceff32f31d2cf8711d80dbed809c21b52..8eb4c59eac4c82b43a5e2ebac7c9f05d563a62ac 100644 (file)
@@ -265,14 +265,14 @@ public:
   virtual ~Vector ();
 
   /**
-   * This function does nothing but is there for compatibility with the @p
-   * PETScWrappers::Vector class.
+   * This function does nothing but exists for compatibility with the parallel
+   * vector classes.
    *
-   * For the PETSc vector wrapper class, this function compresses the
-   * underlying representation of the PETSc object, i.e. flushes the buffers
-   * of the vector object if it has any. This function is necessary after
-   * writing into a vector element-by-element and before anything else can be
-   * done on it.
+   * For the parallel vector wrapper class, this function compresses the
+   * underlying representation of the vector, i.e. flushes the buffers of the
+   * vector object if it has any. This function is necessary after writing
+   * into a vector element-by-element and before anything else can be done on
+   * it.
    *
    * However, for the implementation of this class, it is immaterial and thus
    * an empty function.

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.