From f82b6b972369c2f3c01a938471a56635c0761fe8 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 9 Jun 2023 14:07:38 +0000 Subject: [PATCH] Fix typo --- examples/step-8/step-8.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5