From: Cu Cui Date: Fri, 21 Jan 2022 06:30:03 +0000 (+0100) Subject: small fix to the documentation X-Git-Tag: v9.4.0-rc1~580^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236ebc3e29bc0dbeff57de2ff3906c5c6f81e974;p=dealii.git small fix to the documentation --- diff --git a/examples/step-37/doc/intro.dox b/examples/step-37/doc/intro.dox index e60666c0d5..b691313549 100644 --- a/examples/step-37/doc/intro.dox +++ b/examples/step-37/doc/intro.dox @@ -362,7 +362,7 @@ interpolation operation over the completely regular data fields of the reference cell. We illustrate the process of complexity reduction in two space dimensions, but the same technique can be used in higher dimensions. On the reference cell, the basis functions are of the tensor product form -$\phi(x,y,z) = \varphi_i(x) \varphi_j(y)$. The part of the matrix +$\phi(x,y) = \varphi_i(x) \varphi_j(y)$. The part of the matrix Bref_cell that computes the first component has the form $B_\mathrm{sub\_cell}^x = B_\mathrm{grad,x} \otimes B_\mathrm{val,y}$, where Bgrad,x and Bval,y contain the evaluation