]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reword a LinearOperator paragraph.
authorDavid Wells <wellsd2@rpi.edu>
Sat, 28 Oct 2017 21:35:42 +0000 (17:35 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 29 Oct 2017 19:29:12 +0000 (15:29 -0400)
include/deal.II/lac/linear_operator.h

index 48a10c819227da7eb94c452b83d41842b2c1fb6d..ff5f478656e73057e7fe3ed52462732b5d277466 100644 (file)
@@ -119,12 +119,12 @@ null_operator(const LinearOperator<Range, Domain, Payload> &);
  * in conjunction with the LinearOperator class, it is necessary to extend the
  * functionality of the LinearOperator class by means of an additional Payload.
  *
- * For example, in order to construct an InverseOperator a call to a solver is
- * required. Naturally these solvers don't have an interface to the
- * LinearOperator (which, for example, may represent a composite operation).
- * The TrilinosWrappers::internal::LinearOperator::TrilinosPayload therefore
- * provides an interface extension to the LinearOperator so that it can be
- * passed to the solver and used by the solver as if it were a Trilinos
+ * For example: LinearOperator instances representing matrix inverses usually
+ * require calling some linear solver. These solvers may not have interfaces
+ * to the LinearOperator (which, for example, may represent a composite
+ * operation). The TrilinosWrappers::internal::LinearOperator::TrilinosPayload
+ * therefore provides an interface extension to the LinearOperator so that it
+ * can be passed to the solver and used by the solver as if it were a Trilinos
  * operator. This implies that all of the necessary functionality of the
  * specific Trilinos operator has been overloaded within the Payload class.
  * This includes operator-vector multiplication and inverse operator-vector

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.