From d8fb6cad9bb046377c632f9ea8e946cb5d7a14ec Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Thu, 12 Sep 2024 13:07:08 +0200 Subject: [PATCH] Update ex20_third-medium-contact.py --- examples/ex20_third-medium-contact.py | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/examples/ex20_third-medium-contact.py b/examples/ex20_third-medium-contact.py index e2156457..f0c8232b 100644 --- a/examples/ex20_third-medium-contact.py +++ b/examples/ex20_third-medium-contact.py @@ -69,21 +69,16 @@ ) # %% -# The so-called HuHu-regularization is created by two weak-:func:`form ` -# expressions, see Eq. :eq:`huhu-regularization` [3]_. +# The so-called HuHu-regularization is created by two weak-:func:`forms `, +# which are derived from the regularization potential, see Eq. +# :eq:`huhu-regularization` [3]_. # # .. math:: # :label: huhu-regularization # -# \Pi &= \frac{1}{2} \int_V +# \Pi = \frac{1}{2} \int_V # \mathbb{H}(\boldsymbol{u})~\vdots~\mathbb{H}(\boldsymbol{u})~dV # -# \delta \Pi &= \int_V -# \mathbb{H}(\delta \boldsymbol{u})~\vdots~\mathbb{H}(\boldsymbol{u})~dV -# -# \Delta \delta \Pi &= \int_V -# \mathbb{H}(\delta \boldsymbol{u})~\vdots~\mathbb{H}(\Delta \boldsymbol{u})~dV -# from felupe.math import dddot, hess