* The effect in this element is
* as follows:
* <ul>
-
- * <li> if
- * <tt>update_gradients</tt> is
- * set, the result will contain
- * <tt>update_gradients</tt> and
- * <tt>update_covariant_transformation</tt>.
- * The latter is required to
- * transform the gradient on the
- * unit cell to the real
- * cell. Remark, that the action
- * required by
- * <tt>update_covariant_transformation</tt>
- * is actually performed by the
- * Mapping object used in
- * conjunction with this finite
- * element. <li> if
- * <tt>update_hessians</tt>
- * is set, the result will
- * contain
- * <tt>update_hessians</tt>
- * and
- * <tt>update_covariant_transformation</tt>.
- * The rationale is the same as
- * above and no higher
- * derivatives of the
- * transformation are required,
- * since we use difference
- * quotients for the actual
- * computation.
+ *
+ * <li> if <tt>update_gradients</tt> is set, the result will contain
+ * <tt>update_gradients</tt> and <tt>update_covariant_transformation</tt>.
+ * The latter is required to transform the gradient on the unit cell to the
+ * real cell. Remark, that the action required by
+ * <tt>update_covariant_transformation</tt> is actually performed by the
+ * Mapping object used in conjunction with this finite element.
+ *
+ * <li> if <tt>update_hessians</tt> is set, the result will contain
+ * <tt>update_hessians</tt> and <tt>update_covariant_transformation</tt>.
+ * The rationale is the same as above and no higher derivatives of the
+ * transformation are required, since we use difference quotients for the
+ * actual computation.
*
* </ul>
*/
/**
* Compute the embedding matrices on faces needed for constraint matrices.
*
- * @param fe The finite element for which to compute these matrices. @param
- * matrices An array of <i>GeometryInfo<dim>::subfaces_per_face =
+ * @param fe The finite element for which to compute these matrices.
+ *
+ * @param matrices An array of <i>GeometryInfo<dim>::subfaces_per_face =
* 2<sup>dim-1</sup></i> FullMatrix objects,holding the embedding matrix for
- * each subface. @param face_coarse The number of the face on the coarse
- * side of the face for which this is computed. @param face_fine The number
- * of the face on the refined side of the face for which this is computed.
+ * each subface.
+ *
+ * @param face_coarse The number of the face on the coarse side of the face
+ * for which this is computed.
+ *
+ * @param face_fine The number of the face on the refined side of the face
+ * for which this is computed.
*
* @warning This function will be used in computing constraint matrices. It
* is not sufficiently tested yet.