From: Timo Heister Date: Wed, 3 Jul 2024 20:15:37 +0000 (-0400) Subject: fix doxygen reflinks X-Git-Tag: v9.6.0-rc1~139^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17203%2Fhead;p=dealii.git fix doxygen reflinks --- diff --git a/include/deal.II/base/function_lib.h b/include/deal.II/base/function_lib.h index 25bc871c2b..3559bb335a 100644 --- a/include/deal.II/base/function_lib.h +++ b/include/deal.II/base/function_lib.h @@ -1774,30 +1774,30 @@ namespace Functions * to strong rotation and elongation of the fluid @cite Blais2013. * * The stream function $\Psi$ of this Rayleigh-Kothe vortex is defined as: -@f[ -\Psi = \frac{1}{\pi} \sin^2 (\pi x) \sin^2 (\pi y) \cos \left( \pi \frac{t}{T} -\right) -@f] + * @f[ + * \Psi = \frac{1}{\pi} \sin^2 (\pi x) \sin^2 (\pi y) \cos \left( \pi + * \frac{t}{T} \right) + * @f] * where $T$ is half the period of the flow. The velocity profile in 2D -($\textbf{u}=[u,v]^T$) is : -@f{eqnarray*}{ - u &=& - \frac{\partial\Psi}{\partial y} = -2 \sin^2 (\pi x) \sin (\pi y) -\cos (\pi y) \cos \left( \pi \frac{t}{T} \right)\\ v &=& -\frac{\partial\Psi}{\partial x} = 2 \cos(\pi x) \sin(\pi x) \sin^2 (\pi y) \cos -\left( \pi \frac{t}{T} \right) -@f} + * ($\textbf{u}=[u,v]^T$) is: + * @f{eqnarray*}{ + * u &=& - \frac{\partial\Psi}{\partial y} = -2 \sin^2 (\pi x) \sin (\pi y) + * \cos (\pi y) \cos \left( \pi \frac{t}{T} \right)\\ v &=& + * \frac{\partial\Psi}{\partial x} = 2 \cos(\pi x) \sin(\pi x) \sin^2 (\pi y) + * \cos \left( \pi \frac{t}{T} \right) + * @f} * where $T$ is half the period of the flow. * * The velocity profile is illustrated in the following animation: * -@htmlonly -

- -

-@endhtmlonly + * @htmlonly + *

+ * + *

+ * @endhtmlonly * * It can be seen that this velocity reverses periodically due to the term * $\cos \left( \pi \frac{t}{T} \right)$ and that material will end up at its diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 7d1d365945..1f3ebcfc13 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -132,8 +132,9 @@ namespace DoFTools * With this vector, one can get, for any given degree of freedom, a unique * number among those DoFs that sit on the boundary; or, if your DoF was * interior to the domain, the result would be numbers::invalid_dof_index. We - * need this mapping, for example, to build the @ref GlossMassMatrix "mass - * matrix" on the boundary (for this, see make_boundary_sparsity_pattern() + * need this mapping, for example, to build the + * @ref GlossMassMatrix "mass matrix" + * on the boundary (for this, see make_boundary_sparsity_pattern() * function, the corresponding section below, as well as the MatrixCreator * namespace documentation). * diff --git a/include/deal.II/fe/fe_hermite.h b/include/deal.II/fe/fe_hermite.h index 3e3172bdeb..d37980e7c2 100644 --- a/include/deal.II/fe/fe_hermite.h +++ b/include/deal.II/fe/fe_hermite.h @@ -74,21 +74,21 @@ DEAL_II_NAMESPACE_OPEN * FE_Hermite<3>(3): * * @verbatim - * (40,41,44,45)__(42,43,46,47) (40,41,44,45)__(42,43,46,47) - * (56,57,60,61) (58,59,62,63) (56,57,60,61) (58,59,62,63) - * / | | / / | - * / | | / / | - * / | | / / | - *(32,33,36,37)| | (32,33,36,37)__(34,35,38,39) - *(48,49,52,53)| | (48,49,52,53) (50,51,54,55) - * | | | | | | - * |( 8,9,12,13 )__(10,11,14,15) | |(10,11,14,15) - * |(24,25,28,29) (26,27,30,31) | |(26,27,30,31) - * | / / | | / - * | / / | | / - * | / / | | / - * ( 0,1,4,5 )___( 2,3,6,7 ) ( 0,1,4,5 )___( 2,3,6,7 ) - * (16,17,20,21) (18,19,22,23) (16,17,20,21) (18,19,22,23) + * (40,41,44,45)__(42,43,46,47) (40,41,44,45)__(42,43,46,47) + * (56,57,60,61) (58,59,62,63) (56,57,60,61) (58,59,62,63) + * / | | / / | + * / | | / / | + * / | | / / | + * (32,33,36,37)| | (32,33,36,37)__(34,35,38,39) + * (48,49,52,53)| | (48,49,52,53) (50,51,54,55) + * | | | | | | + * |( 8,9,12,13 )__(10,11,14,15) | |(10,11,14,15) + * |(24,25,28,29) (26,27,30,31) | |(26,27,30,31) + * | / / | | / + * | / / | | / + * | / / | | / + * ( 0,1,4,5 )___( 2,3,6,7 ) ( 0,1,4,5 )___( 2,3,6,7 ) + * (16,17,20,21) (18,19,22,23) (16,17,20,21) (18,19,22,23) * @endverbatim * * Due to the increased regularity constraints many of these functions are diff --git a/include/deal.II/lac/cuda_solver_direct.h b/include/deal.II/lac/cuda_solver_direct.h index 33e3aa83d4..604cff147e 100644 --- a/include/deal.II/lac/cuda_solver_direct.h +++ b/include/deal.II/lac/cuda_solver_direct.h @@ -53,7 +53,8 @@ namespace CUDAWrappers /** * Set the solver type. Possibilities are: *