]> https://gitweb.dealii.org/ - dealii.git/commitdiff
RCM: Update lac, part 1: update comments (no code changes)
authorMatthias Maier <tamiko@43-1.org>
Fri, 25 May 2018 22:09:14 +0000 (17:09 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 6 Jun 2018 15:19:38 +0000 (10:19 -0500)
include/deal.II/lac/arpack_solver.h
include/deal.II/lac/block_sparse_matrix_ez.h
include/deal.II/lac/block_sparsity_pattern.h
include/deal.II/lac/diagonal_matrix.h

index e619b96fef5112aa197dd027673b8c82f317c2d1..ea2db4dfde606892d1454d0a3fe8e6a1b801a136 100644 (file)
@@ -155,14 +155,13 @@ dseupd_(int *         rvec,
  * and also how to set the parameters appropriately
  * please take a look into the ARPACK manual.
  *
- * @note Whenever you eliminate degrees of freedom using ConstraintMatrix, you
- * generate spurious eigenvalues and eigenvectors. If you make sure that the
- * diagonals of eliminated matrix rows are all equal to one, you get a single
- * additional eigenvalue. But beware that some functions in deal.II set these
- * diagonals to rather arbitrary (from the point of view of eigenvalue
- * problems) values. See also
- * @ref step_36 "step-36"
- * for an example.
+ * @note Whenever you eliminate degrees of freedom using AffineConstraints,
+ * you generate spurious eigenvalues and eigenvectors. If you make sure
+ * that the diagonals of eliminated matrix rows are all equal to one, you
+ * get a single additional eigenvalue. But beware that some functions in
+ * deal.II set these diagonals to rather arbitrary (from the point of view
+ * of eigenvalue problems) values. See also @ref step_36 "step-36" for an
+ * example.
  *
  * @author Baerbel Janssen, Agnieszka Miedlar, 2010, Guido Kanschat 2015, Joscha
  * Gedicke 2016
index d8488a460bfaf87b0e938db1999b001647b9a63e..00bbc2f8ad0cd5f0e49a7c5e51db00c928cfbbf2 100644 (file)
 #define dealii_block_sparse_matrix_ez_h
 
 
-// TODO: Derive BlockSparseMatrixEZ from BlockMatrixBase, like all the other
-// block matrices as well; this would allow to instantiate a few functions with
-// this template argument as well (in particular
-// ConstraintMatrix::distribute_local_to_global)
+// TODO: Derive BlockSparseMatrixEZ from BlockMatrixBase, like all the
+// other block matrices as well; this would allow to instantiate a few
+// functions with this template argument as well (in particular
+// AffineConstraints::distribute_local_to_global)
 
 #include <deal.II/base/config.h>
 
index 2d3147afd238a18e52e1595b4a4aa440e5215690..888f8b180a8209fc9d1deb8bd81350822f1b8a01 100644 (file)
@@ -484,7 +484,7 @@ public:
  *
  * @dontinclude block_dynamic_sparsity_pattern.cc
  *
- * After the DoFHandler <tt>dof</tt> and the ConstraintMatrix
+ * After the DoFHandler <tt>dof</tt> and the AffineConstraints
  * <tt>constraints</tt> have been set up with a system element, we must count
  * the degrees of freedom in each matrix block:
  *
index e0fec38a2a20d9eb684c0dcff45c16a030572e03..be98b5d33960d157f3a8c73b9c14d2ffa1af05e1 100644 (file)
@@ -134,9 +134,9 @@ public:
    * this matrix, entries are only added to the diagonal of the matrix. All
    * other entries are ignored and no exception is thrown.
    *
-   * This function is for a consistent interface with the other matrix classes
-   * in deal.II and can be used in
-   * ConstraintMatrix::distribute_local_to_global to get exactly the same
+   * This function is for a consistent interface with the other matrix
+   * classes in deal.II and can be used in
+   * AffineConstraints::distribute_local_to_global to get exactly the same
    * diagonal as when assembling into a sparse matrix.
    */
   template <typename number2>

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.