]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Documentation: add some pointers to step-20 7728/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 14 Feb 2019 01:00:48 +0000 (19:00 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 14 Feb 2019 01:00:48 +0000 (19:00 -0600)
doc/doxygen/headers/laoperators.h
include/deal.II/lac/linear_operator.h
include/deal.II/lac/packaged_operation.h

index 64d8bfe40fad9b4372bd04d57839400e201fa379..49d2a122bda00ad122fb1c65b6419a48c099c4a7 100644 (file)
@@ -89,6 +89,9 @@
  * encapsulation of individual linear operators into blocked linear
  * operator variants.
  *
+ * The step-20 tutorial program has a detailed usage example of the
+ * LinearOperator class.
+ *
  * @note As explained below, when using LinearOperator as <code>res = op_a*x</code>
  * a PackagedOperation class instance is generated behind-the-curtains.
  * Consequently, the user program has to include header files for both classes
  *   Vector<double> residual =  b - op_a * x; // computes the residual at this point
  * @endcode
  *
+ * The step-20 tutorial program has a detailed usage example of the
+ * PackagedOperation class.
+ *
  *
  * @ingroup LAC
  * @ingroup MATRICES
index e066190781cd43e7ff033a85b9af792e409217fe..ef84db6e253c892894817b7c2a9c7e41956aa0d3 100644 (file)
@@ -151,6 +151,9 @@ null_operator(const LinearOperator<Range, Domain, Payload> &);
  * for linear operators have been provided within the respective
  * TrilinosWrappers (and, in the future, PETScWrappers) namespaces.
  *
+ * @note The step-20 tutorial program has a detailed usage example of the
+ * LinearOperator class.
+ *
  * @author Luca Heltai, Matthias Maier, 2015; Jean-Paul Pelteret, 2016
  *
  * @ingroup LAOperators
index 8c73828e2ad1a48b3e95db44b56b8a5a4c431af5..f4da9786afeff55fee3832d37f83d684f1c67002 100644 (file)
@@ -93,6 +93,9 @@ class PackagedOperation;
  *   y -= residual;
  * @endcode
  *
+ * @note The step-20 tutorial program has a detailed usage example of the
+ * LinearOperator class.
+ *
  * @author Matthias Maier, 2015
  *
  * @ingroup LAOperators

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.