From f153d56fc2059f4108405f732c36f0b8476c2187 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 17 Jul 2015 08:08:02 -0500 Subject: [PATCH] Be consistent in the documentation. We used both boldface and '\vec' to denote vectors on this page. Be consistent. --- doc/doxygen/headers/constraints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/headers/constraints.h b/doc/doxygen/headers/constraints.h index 3bad6e15b0..bd386107c8 100644 --- a/doc/doxygen/headers/constraints.h +++ b/doc/doxygen/headers/constraints.h @@ -38,8 +38,8 @@ * solution's value, for example no normal flux, $\mathbf n \cdot * \mathbf u=0$ (as happens in flow problems and is handled by the * VectorTools::compute_no_normal_flux_constraints function) or - * prescribed tangential components, $\vec{n}\times\vec{u}= - * \vec{n}\times\vec{f}$ (as happens in electromagnetic problems and + * prescribed tangential components, $\mathbf{n}\times\mathbf{u}= + * \mathbf{n}\times\mathbf{f}$ (as happens in electromagnetic problems and * is handled by the VectorTools::project_boundary_values_curl_conforming * function). For the former case, imagine for example that we are at * at vertex where the normal vector has the form $\frac 1{\sqrt{14}} -- 2.39.5