]> https://gitweb.dealii.org/ - dealii.git/commitdiff
RCM: Update numerics, part 2: update comments (no code changes)
authorMatthias Maier <tamiko@43-1.org>
Sat, 26 May 2018 01:02:43 +0000 (20:02 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 6 Jun 2018 15:19:38 +0000 (10:19 -0500)
include/deal.II/numerics/solution_transfer.h

index 28920d3da569dc69d0ca5793cac8aff8180e9b25..d5ab90dd5cac4323909a97e56a77bf83e0c79a4a 100644 (file)
@@ -239,7 +239,7 @@ DEAL_II_NAMESPACE_OPEN
  *
  * Whether this is a problem you need to worry about or not depends on your
  * application. The situation is easily corrected, of course, by applying
- * ConstraintMatrix::distribute() to your solution vector after transfer,
+ * AffineConstraints::distribute() to your solution vector after transfer,
  * using a constraint matrix object computed on the new DoFHandler object (you
  * probably need to create this object anyway if you have hanging nodes). This
  * is also what is done, for example, in step-15.
@@ -250,7 +250,7 @@ DEAL_II_NAMESPACE_OPEN
  * course exactly the same because the old finite element space is a subspace
  * of the new one. Thus, if the old function was conforming (i.e., satisfied
  * hanging node constraints), then so does the new one, and it is not
- * necessary to call ConstraintMatrix::distribute().
+ * necessary to call AffineConstraints::distribute().
  *
  *
  * <h3>Implementation in the context of hp finite elements</h3>
@@ -284,7 +284,7 @@ DEAL_II_NAMESPACE_OPEN
  * polynomial degree is lowered on some cells, then the old finite element
  * space is not a subspace of the new space and you may run into the same
  * situation as discussed above with hanging nodes. You may want to consider
- * calling ConstraintMatrix::distribute() on the vector obtained by
+ * calling AffineConstraints::distribute() on the vector obtained by
  * transferring the solution.
  *
  * @ingroup numerics

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.