* 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
* 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.
* 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
* 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().
* 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
* 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