From: Andrew Salmon Date: Fri, 16 Dec 2022 17:43:48 +0000 (-0500) Subject: Correct typo in step-18 intro.dox X-Git-Tag: v9.5.0-rc1~726^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e6a2bd50c637cc07759b950be260dc28c9006b;p=dealii.git Correct typo in step-18 intro.dox --- diff --git a/examples/step-18/doc/intro.dox b/examples/step-18/doc/intro.dox index 784da5caf5..91df0426b4 100644 --- a/examples/step-18/doc/intro.dox +++ b/examples/step-18/doc/intro.dox @@ -212,7 +212,7 @@ these equations can be simplified to &= (\mathbf{f}, \varphi)_{\Omega(t_{n-1})} -(\sigma^{n-1},\varepsilon(\varphi))_{\Omega(t_{n-1})} - +(\mathbf{b}(\mathbf{x},t_n),t_{n-1}), \varphi)_{\Gamma_N} + +(\mathbf{b}(\mathbf{x},t_n), \varphi)_{\Gamma_N} \\ &\qquad\qquad \forall \varphi \in \{\mathbf{v}\in H^1(\Omega(t_{n-1}))^d: \mathbf{v}|_{\Gamma_D}=0\}.