]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use the jump and average latex macros. 9321/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 Jan 2020 17:30:22 +0000 (10:30 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 Jan 2020 17:31:28 +0000 (10:31 -0700)
include/deal.II/fe/fe_interface_values.h

index 8d008c4588d0d36ec3fc62d48a37c64868fbba15..f7171a9ef9bceb761ad379a5d34132de19283aba 100644 (file)
@@ -373,13 +373,14 @@ public:
                 const unsigned int component = 0) const;
 
   /**
-   * Return the jump in the Hessian $[\nabla^2 u] = \nabla^2 u_{\text{cell0}} -
-   * \nabla^2 u_{\text{cell1}}$ on the interface for the shape function
+   * Return the jump in the Hessian $\jump{\nabla^2 u} = \nabla^2
+   * u_{\text{cell0}} - \nabla^2 u_{\text{cell1}}$ on the interface for the
+   * shape function
    * @p interface_dof_index at the quadrature point @p q_point of component
    * @p component.
    *
    * If this is a boundary face (at_boundary() returns true), then
-   * $[\nabla^2 u] = \nabla^2 u_{\text{cell0}}$.
+   * $\jump{\nabla^2 u} = \nabla^2 u_{\text{cell0}}$.
    */
   Tensor<2, dim>
   jump_hessian(const unsigned int interface_dof_index,
@@ -387,13 +388,13 @@ public:
                const unsigned int component = 0) const;
 
   /**
-   * Return the jump in the third derivative $[\nabla^3 u] = \nabla^3
+   * Return the jump in the third derivative $\jump{\nabla^3 u} = \nabla^3
    * u_{\text{cell0}} - \nabla^3 u_{\text{cell1}}$ on the interface for the
    * shape function @p interface_dof_index at the quadrature point @p q_point of
    * component @p component.
    *
    * If this is a boundary face (at_boundary() returns true), then
-   * $[\nabla^3 u] = \nabla^3 u_{\text{cell0}}$.
+   * $\jump{\nabla^3 u} = \nabla^3 u_{\text{cell0}}$.
    */
   Tensor<3, dim>
   jump_3rd_derivative(const unsigned int interface_dof_index,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.