From: Bruno Turcksin Date: Fri, 9 Jun 2023 14:07:38 +0000 (+0000) Subject: Fix typo X-Git-Tag: v9.5.0-rc1~136^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82b6b972369c2f3c01a938471a56635c0761fe8;p=dealii.git Fix typo --- diff --git a/examples/step-8/step-8.cc b/examples/step-8/step-8.cc index 248f3c8d49..a807efa7ac 100644 --- a/examples/step-8/step-8.cc +++ b/examples/step-8/step-8.cc @@ -344,7 +344,7 @@ namespace Step8 fe_values.quadrature_point_indices()) { cell_matrix(i, j) += - // The first term is $\lambda \partial_i u_i, \partial_j + // The first term is $(\lambda \partial_i u_i, \partial_j // v_j) + (\mu \partial_i u_j, \partial_j v_i)$. Note // that shape_grad(i,q_point) returns the // gradient of the only nonzero component of the i-th