From 7621141f0f9225239b8241111e490b1899a6b1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=C5=99ek=20Patz=C3=A1k?= Date: Sat, 25 May 2024 18:46:12 +0200 Subject: [PATCH] Update 2024-05-25-mpm-introduction.md --- _posts/2024-05-25-mpm-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-05-25-mpm-introduction.md b/_posts/2024-05-25-mpm-introduction.md index d62bc74..d8b8f0d 100644 --- a/_posts/2024-05-25-mpm-introduction.md +++ b/_posts/2024-05-25-mpm-introduction.md @@ -37,7 +37,7 @@ where As this in general yields to a nonlinear system of equations, the term on left hand side evaluates * residual contribution for given element, esentially evaluating itself with all variables known. In our example this corresponds to evaluating $`\int_\Omega^e (\partial N)^T\sigma(\partial N r_u)\ d\Omega^e`$ -* its linearization, cooresponding in our case to $`\int_\Omega^e (\partial N)^T {{\partial \sigma}\over{\partial \varepsilon}} (\partial N)\ d\Omega^e`$. +* its linearization, cooresponding in our case to $`\int_\Omega^e (\partial N)^T \frac{\partial \sigma}{\partial \varepsilon} (\partial N)\ d\Omega^e`$. ### Simple example