]> https://gitweb.dealii.org/ - dealii.git/commitdiff
minor fixes in doxygen of MGCoarseGridApplySmoother
authorDenis Davydov <davydden@gmail.com>
Tue, 9 Aug 2016 17:39:40 +0000 (19:39 +0200)
committerDenis Davydov <davydden@gmail.com>
Tue, 9 Aug 2016 17:44:12 +0000 (19:44 +0200)
include/deal.II/multigrid/mg_coarse.h

index b4cff26a1cf6a2f180d2e5446b7eda059aa1635c..bcc9f16c9fd6ef1fcf97b8ddc3d3040ee2463c36 100644 (file)
@@ -28,9 +28,8 @@ DEAL_II_NAMESPACE_OPEN
 /*@{*/
 
 /**
- * Coarse grid solver using preconditioners only. This is a little wrapper,
- * transforming a preconditioner into
- * a coarse grid solver.
+ * Coarse grid solver using smoother only. This is a little wrapper,
+ * transforming a smoother into a coarse grid solver.
  *
  * @author Denis Davydov, 2016.
  */
@@ -44,7 +43,7 @@ public:
   MGCoarseGridApplySmoother ();
 
   /**
-   * Constructor. Store preconditioner for later use.
+   * Constructor. Store a pointer to the smoother for later use.
    */
   MGCoarseGridApplySmoother (const MGSmootherBase<VectorType> &coarse_smooth);
 
@@ -62,7 +61,7 @@ public:
 
 private:
   /**
-   * Reference to the preconditioner.
+   * Reference to the smoother.
    */
   SmartPointer<const MGSmootherBase<VectorType>,Multigrid<VectorType> > coarse_smooth;
 };

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.