]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use a proper doxygen @cite reference. 16036/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 Sep 2023 15:16:52 +0000 (09:16 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 Sep 2023 15:19:21 +0000 (09:19 -0600)
doc/doxygen/headers/constraints.h
doc/doxygen/references.bib
include/deal.II/lac/affine_constraints.h

index be19d57795bf4f6a79263d948f4baf1c0ce1e4ef..f04f0d41327dcf99f6bed39a602d91adf3997568 100644 (file)
  * @f[
  *   (C^T A C + Id_c) \tilde x = C^T (b - A\,k)
  * @f]
- * instead [1] (M. S. Shephard. Linear multipoint constraints applied via
- * transformation as part of a direct stiffness assembly process.
- * <i>International Journal for Numerical Methods in Engineering</i>
- * 20(11):2107-2112, 1985).
+ * instead (see, for example, @cite Shephard1984).
  *
  * Here, $A$ is a given (unconstrained) system matrix for which we only
  * assume that we can apply it to a vector but can not necessarily access
index 966ff103f68c9af2c66b443a7a92fe771481e8e2..fdaa7f4a4e70ab701b65fb812f7bb1ea53d9a4b5 100644 (file)
   doi = {10.1002/fld.1650020302},
   url = {http://doi.org/10.1002/fld.1650020302},
 }
+
+@article{Shephard1984,
+        doi = {10.1002/nme.1620201112},
+        url = {https://doi.org/10.1002%2Fnme.1620201112},
+        year = 1984,
+        month = {nov},
+        publisher = {Wiley},
+        volume = {20},
+        number = {11},
+        pages = {2107--2112},
+        author = {Mark S. Shephard},
+        title = {Linear multipoint constraints applied via transformation as part of a direct stiffness assembly process},
+        journal = {International Journal for Numerical Methods in Engineering}
+}
\ No newline at end of file
index 7426cfa9eb350bed07578fda41f42f1e667670df..63a7568e2ffb4e95eb7c89d08197f2718465922b 100644 (file)
@@ -500,12 +500,11 @@ namespace internal
  *
  * @note Many of the algorithms this class implements are discussed in the
  * @ref hp_paper.
- * The algorithms are also related to those shown in <i>M. S. Shephard: Linear
- * multipoint constraints applied via transformation as part of a direct
- * stiffness assembly process. Int. J. Numer. Meth. Engrg., vol. 20 (1984),
- * pp. 2107-2112.</i>, with the difference that the algorithms shown there
- * completely eliminated constrained degrees of freedom, whereas we usually
- * keep them as part of the linear system.
+ * The algorithms are also related to those shown in @cite Shephard1984 ,
+ * with the difference that the algorithms shown there
+ * completely eliminate constrained degrees of freedom, whereas we usually
+ * keep them as part of the linear system (but zero out the row and column
+ * to decouple this degree of freedom from the rest of the linear system).
  *
  * @ingroup dofs
  * @ingroup constraints

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.