]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove MGMatrix doc references.
authorDavid Wells <wellsd2@rpi.edu>
Wed, 12 Oct 2016 01:22:00 +0000 (21:22 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 12 Oct 2016 03:47:47 +0000 (23:47 -0400)
This class was removed in commit 0e6f496cdf (January 2015).

doc/doxygen/headers/mg.h
examples/step-50/doc/intro.dox
include/deal.II/multigrid/mg_base.h
include/deal.II/multigrid/mg_matrix.h

index c29314a296103d2261f9d59d24b7b485f78c9f84..f256924642f7c6c4d7b24751b40d9f8be228c799 100644 (file)
@@ -25,7 +25,7 @@
  *
  * <ol>
  * <li> MGMatrixBase contains the level matrices with a fairly general
- * implementation in MGMatrix
+ * implementation in mg::Matrix
  * <li> MGCoarseGridBase is the solver on the coarsest level.
  * <li> MGSmootherBase performs smoothing on each level.
  * <li> MGTransferBase organizes the transfer between levels.
index 99666726d3a67b8951e6ab10c4b3e0d4e5c19c3d..e597798731f9038944b4df4b487caccbf7f041e9 100644 (file)
@@ -30,7 +30,7 @@ most of what needs to be done is provided by deal.II itself. These are
 <li>The solver on the coarsest level; here, we use MGCoarseGridHouseholder.
 <li>The smoother on all other levels, which in our case will be the
     MGSmootherRelaxation class using SOR as the underlying method
-<li>And MGMatrix, a class having a special level multiplication, i.e. we
+<li>And mg::Matrix, a class having a special level multiplication, i.e. we
     basically store one matrix per grid level and allow multiplication
     with it.
 </ul>
index 9129713cb642fa484b08b1ed715ed0cb4373459a..8e09304e0f7c488284d738f6cd15ac64aca6ed8d 100644 (file)
@@ -38,8 +38,8 @@ DEAL_II_NAMESPACE_OPEN
  * multilevel algorithms. It has no relation to the actual matrix type and
  * takes the vector class as only template argument.
  *
- * Usually, the derived class MGMatrix, operating on an MGLevelObject of
- * matrices will be sufficient for applications.
+ * Usually, the derived class mg::Matrix, which operates on an MGLevelObject
+ * of matrices, will be sufficient for applications.
  *
  * @author Guido Kanschat, 2002
  */
index 0f6b257a63ab1ad20d679eac24504439b318fd96..d513186345f2bdbe949c1205226974e69f2dee2b 100644 (file)
@@ -110,7 +110,7 @@ public:
 
   /**
    * Set the matrix object to be used. The matrix object must exist longer as
-   * the @p MGMatrix object, since only a pointer is stored.
+   * the @p MGMatrixSelect object, since only a pointer is stored.
    */
   void set_matrix (MGLevelObject<MatrixType> *M);
 

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.