]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid some failing link requests
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 12 Apr 2020 23:55:33 +0000 (19:55 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 17 Apr 2020 16:21:12 +0000 (12:21 -0400)
include/deal.II/fe/mapping_fe_field.h
include/deal.II/fe/mapping_manifold.h
include/deal.II/fe/mapping_q_generic.h
include/deal.II/lac/solver_gmres.h
include/deal.II/matrix_free/matrix_free.h

index 4f1e23d22fa92db7f93fdeaa6e22a69f28a58b0b..44a0201b3ce27109ee6b8abc9e0718e41eefb3e7 100644 (file)
@@ -402,7 +402,7 @@ public:
      * Unit tangential vectors. Used for the computation of boundary forms and
      * normal vectors.
      *
-     * This array has (dim-1)*GeometryInfo::faces_per_cell entries. The first
+     * This array has `(dim-1)*GeometryInfo<dim>::%faces_per_cell` entries. The first
      * GeometryInfo::faces_per_cell contain the vectors in the first
      * tangential direction for each face; the second set of
      * GeometryInfo::faces_per_cell entries contain the vectors in the second
index 7dd5a81adca45048260ec626640afa699836a197..0db436c8141b093afce0aaa29f4150d4e0382646 100644 (file)
@@ -279,11 +279,11 @@ public:
      * Unit tangential vectors. Used for the computation of boundary forms and
      * normal vectors.
      *
-     * This array has (dim-1)*GeometryInfo::faces_per_cell entries. The first
-     * GeometryInfo::faces_per_cell contain the vectors in the first
+     * This array has (dim-1)*GeometryInfo%<dim%>::%faces_per_cell entries. The
+     * first GeometryInfo::faces_per_cell contain the vectors in the first
      * tangential direction for each face; the second set of
-     * GeometryInfo::faces_per_cell entries contain the vectors in the second
-     * tangential direction (only in 3d, since there we have 2 tangential
+     * GeometryInfo<dim>::faces_per_cell entries contain the vectors in the
+     * second tangential direction (only in 3d, since there we have 2 tangential
      * directions per face), etc.
      *
      * Filled once.
index c954a79df2be542db8eca67dd7e89164685a41a5..4eaaa422a9cb56c60851886a28f72187d10b831f 100644 (file)
@@ -410,8 +410,8 @@ public:
      * Unit tangential vectors. Used for the computation of boundary forms and
      * normal vectors.
      *
-     * This array has (dim-1)*GeometryInfo::faces_per_cell entries. The first
-     * GeometryInfo::faces_per_cell contain the vectors in the first
+     * This array has (dim-1)*GeometryInfo%<dim%>::%faces_per_cell entries. The
+     * first GeometryInfo::faces_per_cell contain the vectors in the first
      * tangential direction for each face; the second set of
      * GeometryInfo::faces_per_cell entries contain the vectors in the second
      * tangential direction (only in 3d, since there we have 2 tangential
index 42c4f6f2a7f8ee6b2a8aaad1aabc221fb2753970..a9994b124721e547061e4cd3edfe49144a5379db 100644 (file)
@@ -451,7 +451,7 @@ protected:
  * preconditioner from the right.
  *
  * FGMRES needs two vectors in each iteration steps yielding a total of
- * <tt>2*SolverFGMRES::AdditionalData::max_basis_size+1</tt> auxiliary
+ * <tt>2*SolverFGMRES::%AdditionalData::%max_basis_size+1</tt> auxiliary
  * vectors. Otherwise, FGMRES requires roughly the same number of operations
  * per iteration compared to GMRES, except one application of the
  * preconditioner less at each restart and at the end of solve().
index 5eef5bb14a7579047c51d8ff6555c5bed9b283d9..4427698ade6c84f4af8b41e7e489cda4b227287d 100644 (file)
@@ -1570,7 +1570,7 @@ public:
    * general. The cell range in @p cell_loop runs from zero to n_cell_batches()
    * (exclusive), so this is the appropriate size if you want to store arrays
    * of data for all cells to be worked on. This number is approximately
-   * `n_physical_cells()/VectorizedArray::size()` (depending on how
+   * `n_physical_cells()/VectorizedArray::%size()` (depending on how
    * many cell chunks that do not get filled up completely).
    */
   unsigned int
@@ -1582,7 +1582,7 @@ public:
    * general. The cell range in @p cell_loop runs from zero to
    * n_cell_batches() (exclusive), so this is the appropriate size if you want
    * to store arrays of data for all cells to be worked on. This number is
-   * approximately `n_physical_cells()/VectorizedArray::size()`
+   * approximately `n_physical_cells()/VectorizedArray::%size()`
    * (depending on how many cell chunks that do not get filled up completely).
    */
   unsigned int

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.