* VectorTools::interpolate_boundary_values,
* VectorTools::compute_no_normal_flux_constraints.
*
- * @note Boundary indicators are inherited from mother faces and edges to
+ * @note %Boundary indicators are inherited from mother faces and edges to
* their children upon mesh refinement. Some more information about boundary
* indicators is also presented in a section of the documentation of the
* Triangulation class.
const Quadrature<dim-1>& quadrature);
/**
- * Boundary form of the transformation of the cell at the <tt>i</tt>th
+ * %Boundary form of the transformation of the cell at the <tt>i</tt>th
* quadrature point. See
* @ref GlossBoundaryForm.
*
* to pertain to a particular region of the domain, material ids are inherited
* by child cells from their parent upon mesh refinement.
*
- * Boundary indicators on lower dimensional objects (these have no material
+ * %Boundary indicators on lower dimensional objects (these have no material
* id) indicate the number of a boundary component. The weak formulation of the
* partial differential equation may have different boundary conditions on
* different parts of the boundary. The boundary indicator can be used in
* creating the matrix or the right hand side vector to indicate these
* different parts of the model (this use is like the material id of cells).
- * Boundary indicators may be in the range from zero to
+ * %Boundary indicators may be in the range from zero to
* numbers::internal_face_boundary_id-1. The value
* numbers::internal_face_boundary_id is reserved to denote interior lines (in
* 2D) and interior lines and quads (in 3D), which do not have a boundary
* others.
*
*
- * <h3>Boundary conditions</h3>
+ * <h3>%Boundary conditions</h3>
*
* The apply_boundary_values() function inserts boundary conditions into a
* system of equations. To actually do this you have to specify a list of