]> https://gitweb.dealii.org/ - dealii.git/commitdiff
TODO double check Range, Domain, and VECTOR
authorDavid Wells <wellsd2@rpi.edu>
Fri, 30 Oct 2015 01:34:21 +0000 (21:34 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 12 Nov 2015 19:26:42 +0000 (14:26 -0500)
include/deal.II/lac/linear_operator.h

index 05518d4b7953c1efcf51d09e2fa29801a2f9fa7d..eccf331ab16fe8ad8588717cbbe97ea41f94b00d 100644 (file)
@@ -1027,12 +1027,12 @@ namespace
  *   // with appropriate size and internal layout
  *
  *   // Application of matrix to vector src, writes the result into dst.
- *   vmult(VECTOR &dst, const VECTOR &src);
+ *   vmult(Range &dst, const Domain &src);
  *
  *   // Application of the transpose of matrix to vector src, writes the
  *   // result into dst. (Depending on the usage of the linear operator
  *   // class this can be a dummy implementation throwing an error.)
- *   Tvmult(VECTOR &dst, const VECTOR &src);
+ *   Tvmult(Range &dst, const Domain &src);
  * };
  * @endcode
  *
@@ -1043,11 +1043,11 @@ namespace
  * {
  * public:
  *   // Application of matrix to vector src, adds the result to dst.
- *   vmult_add(VECTOR &dst, const VECTOR &src);
+ *   vmult_add(Range &dst, const Domain &src);
  *
  *   // Application of the transpose of matrix to vector src, adds the
  *   // result to dst.
- *   Tvmult_add(VECTOR &dst, const VECTOR &src);
+ *   Tvmult_add(Range &dst, const Domain &src);
  * };
  * @endcode
  *

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.